NEED1
#define NEED1(msg) {if (!ac) errx(EX_USAGE, msg);}
#define NEED1(msg) {if (ac < 1) errx(EX_USAGE, msg);}