#include "getopt.h"#include <errno.h>#include <stdio.h>#include <string.h>Include dependency graph for getopt.cc:

Go to the source code of this file.
Functions | |
| int | getopt (int argc, char *argv[], const char *optionS) |
Variables | |
| static char * | letP = NULL |
| static char | SW = '-' |
| int | optind = 1 |
| char * | optarg |
| int | opterr = 1 |
| int getopt | ( | int | argc, | |
| char * | argv[], | |||
| const char * | optionS | |||
| ) |
1.4.7