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