getopt 49 extra/getopt.c __weak_alias(getopt,_getopt); getopt 58 extra/getopt.h int getopt(int, char**, char*); getopt 309 tools/bjoentegaard.cc while ((c=getopt(argc,argv, "l:h:")) != -1) {