Defines | Functions
getopt1.c File Reference
#include "getopt.h"
#include "getopt_int.h"
#include <stdio.h>
Include dependency graph for getopt1.c:

Go to the source code of this file.

Defines

#define GETOPT_INTERFACE_VERSION   2
#define NULL   0

Functions

int _getopt_long_only_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
int _getopt_long_r (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
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 42 of file getopt1.c.

#define NULL   0

Definition at line 60 of file getopt1.c.


Function Documentation

int _getopt_long_only_r ( int  argc,
char *const *  argv,
const char *  options,
const struct option *  long_options,
int *  opt_index,
struct _getopt_data d 
)

Definition at line 92 of file getopt1.c.

int _getopt_long_r ( int  argc,
char *const *  argv,
const char *  options,
const struct option *  long_options,
int *  opt_index,
struct _getopt_data d 
)

Definition at line 71 of file getopt1.c.

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

Definition at line 64 of file 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 85 of file getopt1.c.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29