![]() |
s/qmail
3.3.23
Next generation secure email transport
|
#include "subgetopt.h"
Go to the source code of this file.
Macros | |
#define | SUBGETOPTNOSHORT |
#define | sgopt subgetopt |
#define | optind subgetoptind |
#define | optpos subgetoptpos |
#define | optarg subgetoptarg |
#define | optproblem subgetoptproblem |
#define | optdone subgetoptdone |
Functions | |
int | sgopt (int argc, char **argv, char *opts) |
Variables | |
int | optind = 1 |
int | optpos = 0 |
char * | optarg = 0 |
int | optproblem = 0 |
int | optdone = SUBGETOPTDONE |
#define optarg subgetoptarg |
Definition at line 18 of file subgetopt.c.
#define optdone subgetoptdone |
Definition at line 20 of file subgetopt.c.
#define optind subgetoptind |
Definition at line 16 of file subgetopt.c.
#define optpos subgetoptpos |
Definition at line 17 of file subgetopt.c.
#define optproblem subgetoptproblem |
Definition at line 19 of file subgetopt.c.
#define sgopt subgetopt |
Definition at line 15 of file subgetopt.c.
#define SUBGETOPTNOSHORT |
Definition at line 12 of file subgetopt.c.
int sgopt | ( | int | argc, |
char ** | argv, | ||
char * | opts | ||
) |
Definition at line 28 of file subgetopt.c.
char* optarg = 0 |
Definition at line 24 of file subgetopt.c.
int optdone = SUBGETOPTDONE |
Definition at line 26 of file subgetopt.c.
int optind = 1 |
Definition at line 22 of file subgetopt.c.
int optpos = 0 |
Definition at line 23 of file subgetopt.c.
int optproblem = 0 |
Definition at line 25 of file subgetopt.c.