ae_flag flag;
};
-Type t_void, t_int, t_bool, t_float, t_dur, t_time, t_now, t_complex, t_polar, t_vec3, t_vec4,
+extern Type t_void, t_int, t_bool, t_float, t_dur, t_time, t_now, t_complex, t_polar, t_vec3, t_vec4,
t_null, t_object, t_shred, t_fork, t_event, t_ugen, t_string, t_ptr, t_array, t_gack,
t_function, t_fptr, t_vararg, t_lambda, t_class, t_union, t_undefined, t_auto;
c[i] = '\0';
return strlen(c) ? s_name(insert_symbol(c)) : NULL;
}
+Type t_void, t_int, t_bool, t_float, t_dur, t_time, t_now, t_complex, t_polar, t_vec3, t_vec4,
+ t_null, t_object, t_shred, t_fork, t_event, t_ugen, t_string, t_ptr, t_array, t_gack,
+ t_function, t_fptr, t_vararg, t_lambda, t_class, t_union, t_undefined, t_auto;