1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00
2010-01-24 09:19:39 +00:00

7 lines
185 B
C

xtype_desc create_desc(char *type_name, void (*fm)(), void (*pm)(),
void (*sm)(), unsigned char * (*rm)(), void (*mm)());
int exttypep(LVAL x, LVAL type_sym);