Ardour  9.0-pre0-582-g084a23a80d
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

◆ no_argument

#define no_argument   0

Definition at line 70 of file getopt.h.

◆ optional_argument

#define optional_argument   2

Definition at line 72 of file getopt.h.

◆ required_argument

#define required_argument   1

Definition at line 71 of file getopt.h.

Function Documentation

◆ __P()

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