// argument list utilities t_int atom_getintarg(short which, short argc, t_atom *argv); float atom_getfloatarg(short which, short argc, t_atom *argv); t_symbol *atom_getsymarg(short which, short argc, t_atom *argv); #define A_INT A_LONG #define SETINT SETLONG #define w_int w_long #define A_SYMBOL A_SYM #define w_symbol w_sym