|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <stdio.h>#include <string.h>#include "gw-config.h"Go to the source code of this file.
Macros | |
| #define | ERR(s, c) |
Functions | |
| int | getopt (int argc, char **argv, char *opts) |
Variables | |
| int | opterr = 1 |
| int | optind = 1 |
| int | optopt |
| char * | optarg |
| #define ERR | ( | s, | |
| c | |||
| ) |
Definition at line 75 of file attgetopt.c.
Referenced by getopt().
| 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 = 1 |
Definition at line 79 of file attgetopt.c.
| int optind = 1 |
Definition at line 80 of file attgetopt.c.
| int optopt |
Definition at line 81 of file attgetopt.c.
Referenced by getopt().