libextractor
1.11
About: GNU libextractor is a library used to extract meta-data from files of arbitrary type.
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | const |
#define | GETOPT_INTERFACE_VERSION 2 |
#define | NULL 0 |
Functions | |
int | getopt_long (int argc, char **argv, char *options, struct option *long_options, int *opt_index) |
int | getopt_long_only (int argc, char **argv, char *options, struct option *long_options, int *opt_index) |
int getopt_long | ( | int | argc, |
char * * | argv, | ||
char * | options, | ||
struct option * | long_options, | ||
int * | opt_index | ||
) |
Definition at line 64 of file getopt1.c.
References _getopt_internal().
int getopt_long_only | ( | int | argc, |
char * * | argv, | ||
char * | options, | ||
struct option * | long_options, | ||
int * | opt_index | ||
) |
Definition at line 81 of file getopt1.c.
References _getopt_internal().