|
CBMC
|
#include <string.h>#include <getopt.h>
Include dependency graph for getopt.c:Go to the source code of this file.
Macros | |
| #define | __CPROVER_STRING_H_INCLUDED |
| #define | __CPROVER_GETOPT_H_INCLUDED |
Functions | |
| __CPROVER_bool | __VERIFIER_nondet___CPROVER_bool (void) |
| size_t | __VERIFIER_nondet_size_t (void) |
| int | _getopt (int argc, char *const argv[], const char *optstring) |
| int | getopt (int argc, char *const argv[], const char *optstring) |
| int | getopt_long (int argc, char *const argv[], const char *optstring, const struct option *longopts, int *longindex) |
Variables | |
| char * | optarg |
| int | optind = 1 |
| __CPROVER_bool __VERIFIER_nondet___CPROVER_bool | ( | void | ) |
| __CPROVER_size_t __VERIFIER_nondet_size_t | ( | void | ) |