Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
int | getopt (int argc, char **argv, char *opts) |
Variables | |
int | opterr |
int | optind |
int | optopt |
char * | optarg |
int getopt | ( | int | argc, |
char ** | argv, | ||
char * | opts | ||
) |
Definition at line 84 of file attgetopt.c.
References ERR, optarg, optind, and optopt.
Referenced by main(), and parse_options().
char* optarg |
Definition at line 82 of file attgetopt.c.
Referenced by getopt(), main(), and parse_options().
int opterr |
Definition at line 79 of file attgetopt.c.
int optind |
Definition at line 80 of file attgetopt.c.
int optopt |
Definition at line 81 of file attgetopt.c.
Referenced by getopt().