Codebase list libmawk / d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main scconfig / src / default / main_custom_args.h
d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main

Tree @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main (Download .tar.gz)

main_custom_args.h @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/mainraw · history · blame

1
2
3
4
5
#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);