|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <string.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | BADCH (int)'?' |
| #define | BADARG (int)':' |
| #define | EMSG "" |
Functions | |
| int | getopt (int nargc, char *const nargv[], const char *ostr) |
Variables | |
| int | opterr = 1 |
| int | optind = 1 |
| int | optopt |
| int | optreset |
| const char * | optarg |
| const char* optarg |
Definition at line 9 of file getopt.h.
Referenced by getopt(), main(), and parse_real().
| int optind = 1 |
Definition at line 6 of file getopt.h.
Referenced by args_parse(), getopt(), main(), and parse_environment().
| int optreset |
Definition at line 8 of file getopt.h.
Referenced by getopt(), and parse_environment().