diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/TestMasterSlave_2getopt_8c.html --- a/doc/doxygen/html/TestMasterSlave_2getopt_8c.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/TestMasterSlave_2getopt_8c.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
#include <stdio.h>
#include "getopt.h"
#include <strings.h>
Include dependency graph for getopt.c:
Go to the source code of this file.
Defines | |
#define | GETOPT_INTERFACE_VERSION 2 |
#define | _(msgid) (msgid) |
#define | SWAP_FLAGS(ch1, ch2) |
#define | NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') |
#define | GETOPT_INTERFACE_VERSION 2 |
#define | _(msgid) (msgid) |
#define | SWAP_FLAGS(ch1, ch2) |
#define | NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') |
Enumerations | |
enum | { REQUIRE_ORDER, -PERMUTE, -RETURN_IN_ORDER + |
enum | { REQUIRE_ORDER, +PERMUTE, +RETURN_IN_ORDER } |
Functions | |
char * | getenv () |
int | _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (int argc, char *const *argv, const char *optstring) |
char * | getenv () |
int | _getopt_internal (int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) |
int | getopt (int argc, char *const *argv, const char *optstring) |
Variables | |
char * | optarg |
int | optind = 1 |
int | __getopt_initialized |
int | opterr = 1 |
int | optopt = '?' |
char * | optarg |
int | optind = 1 |
int | __getopt_initialized |
int | opterr = 1 |
int | optopt = '?' |
#define NONOPTION_P (argv[optind][0] != '-' || argv[optind][1] == '\0') | + +