xschem/scconfig/src/default/main_custom_args.h

7 lines
152 B
C
Raw Normal View History

2020-08-08 15:47:34 +02:00
#define MAX_CUSTOM_REQS 32
extern char *custom_reqs[MAX_CUSTOM_REQS];
extern int num_custom_reqs;
int custom_arg(const char *key, const char *value);