Files
stk/syntmono/utilities.h
Gary Scavone 868787a5f9 Version 3.0
2013-09-29 22:41:42 +02:00

16 lines
309 B
C

// Miscellaneous parsing and error functions for use with syntmono.
//
// Gary P. Scavone, 1999.
#include "../STK/Instrmnt.h"
int newInstByNum(int instNum);
int newInstByName(char *instName);
void errorfun(char *func);
int checkArgs(int numArgs, char *args[]);
int parseArgs(int numArgs, char *args[]);