|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | GETOPT_INTERFACE_VERSION 2 |
Functions | |
| 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) |
| int getopt_long | ( | int | argc, |
| char *const * | argv, | ||
| const char * | options, | ||
| const struct option * | long_options, | ||
| int * | opt_index | ||
| ) |
Definition at line 63 of file getopt1.c.
References _getopt_internal(), argv, and options.