Slice Tools
Home
SourceForge Page
libFoundation
Home
Class Hierarchy
Class List
Class Members
Examples
|
|
getopt1.cc File Reference
Detailed Description
GNU getopt_long.
#include "getopt.hh"
#include <stdio.h>
|
Defines |
#define | NULL 0 |
Functions |
char * | getenv () |
int | getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
int | getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) |
Define Documentation
Function Documentation
int getopt_long |
( |
int |
argc, |
|
|
char *const * |
argv, |
|
|
const char * |
options, |
|
|
const struct option * |
long_options, |
|
|
int * |
opt_index |
|
) |
|
|
int getopt_long_only |
( |
int |
argc, |
|
|
char *const * |
argv, |
|
|
const char * |
options, |
|
|
const struct option * |
long_options, |
|
|
int * |
opt_index |
|
) |
|
|
|