packages/support/src/getopt1.c File Reference

#include "getopt.h"
#include <stdio.h>

Include dependency graph for packages/support/src/getopt1.c:

Go to the source code of this file.

Defines

#define GETOPT_INTERFACE_VERSION   2
#define NULL   0

Functions

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

#define GETOPT_INTERFACE_VERSION   2

Definition at line 64 of file packages/support/src/getopt1.c.

#define NULL   0

Definition at line 82 of file packages/support/src/getopt1.c.


Function Documentation

int getopt_long ( int  argc,
char *const *  argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)

Definition at line 86 of file packages/support/src/getopt1.c.

int getopt_long_only ( int  argc,
char *const *  argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)

Definition at line 98 of file packages/support/src/getopt1.c.


Generated on Mon Oct 6 02:32:44 2008 for LAL by  doxygen 1.5.2