DEBSOURCES
Skip Quicknav
sources / ifmail / 2.14tx8.10-32 / iflib / getopt.h
123456789
#ifdef DONT_HAVE_GETOPT extern int getopt(); extern char *optarg; extern int optind; #else #include <getopt.h> #endif