#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 | |
char * | letP = NULL |
char | SW = '-' |
int | optind = 1 |
char * | optarg |
int | opterr = 1 |
|
Definition at line 88 of file getopt.cc. References letP, optarg, optind, and SW. Referenced by main(). |
|
Definition at line 74 of file getopt.cc. Referenced by getopt(). |
|
Definition at line 83 of file getopt.cc. Referenced by getopt(). |
|
|
|
Definition at line 82 of file getopt.cc. Referenced by getopt(). |
|
Definition at line 76 of file getopt.cc. Referenced by getopt(). |