egetopt
int egetopt(int, char * const *, const char *);
while ((c = egetopt(argc, argv, "#adfFmrte?h:i?l:n?o:s?w:")) != -1) {