|
| int | LALgetopt (int argc, char *const *argv, const char *shortopts) |
| |
| int | LALgetopt_long (int argc, char *const *argv, const char *shortopts, const struct LALoption *longopts, int *longind) |
| |
| int | LALgetopt_long_only (int argc, char *const *argv, const char *shortopts, const struct LALoption *longopts, int *longind) |
| |
Go to the source code of this file.
◆ no_argument
◆ required_argument
| #define required_argument 1 |
◆ optional_argument
| #define optional_argument 2 |
◆ LALgetopt()
| int LALgetopt |
( |
int |
argc, |
|
|
char *const * |
argv, |
|
|
const char * |
shortopts |
|
) |
| |
◆ LALgetopt_long()
| int LALgetopt_long |
( |
int |
argc, |
|
|
char *const * |
argv, |
|
|
const char * |
shortopts, |
|
|
const struct LALoption * |
longopts, |
|
|
int * |
longind |
|
) |
| |
◆ LALgetopt_long_only()
| int LALgetopt_long_only |
( |
int |
argc, |
|
|
char *const * |
argv, |
|
|
const char * |
shortopts, |
|
|
const struct LALoption * |
longopts, |
|
|
int * |
longind |
|
) |
| |
◆ LALoptarg
◆ LALoptind
◆ LALopterr
◆ LALoptopt