ardour
Classes | Macros | Functions
getopt.h File Reference

Go to the source code of this file.

Classes

struct  option
 

Macros

#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

__BEGIN_DECLS GETOPT_API int
getopt_long 
__P ((int, char *const *, const char *, const struct option *, int *))
 

Macro Definition Documentation

#define no_argument   0

Definition at line 70 of file getopt.h.

#define optional_argument   2

Definition at line 72 of file getopt.h.

#define required_argument   1

Definition at line 71 of file getopt.h.

Function Documentation

__BEGIN_DECLS GETOPT_API int getopt_long __P ( (int, char *const *, const char *, const struct option *, int *)  )