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