mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
7 lines
185 B
C
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);
|
|
|
|
|