diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/TestMasterSlave_2getopt_8h.html --- a/doc/doxygen/html/TestMasterSlave_2getopt_8h.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,257 +0,0 @@ - -
-#include <ctype.h>
Data Structures | |
struct | option |
Defines | |
#define | _GETOPT_H 1 |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt () |
int | getopt_long () |
int | getopt_long_only () |
int | _getopt_internal () |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
#define _GETOPT_H 1 | -
- -
#define no_argument 0 | -
- -
#define optional_argument 2 | -
- -
#define required_argument 1 | -
- -
-
int _getopt_internal | -( | -- | ) | -- |
- -
int getopt | -( | -- | ) | -- |
- -
int getopt_long | -( | -- | ) | -- |
- -
int getopt_long_only | -( | -- | ) | -- |
- -
-
char* optarg | -
- -
int opterr | -
- -
int optind | -
- -
int optopt | -
- -
-