command line parsing and setup
More...
command line parsing and setup
◆ ctu_default_alloc()
get the default allocator
- Returns
- the default allocator
Definition at line 43 of file memory.c.
◆ setup_default()
CT_SETUP_API void setup_default |
( |
arena_t * |
arena | ) |
|
initialise the runtime with default options
initialise the runtime with default options
Definition at line 188 of file setup.c.
◆ setup_exit_code()
◆ setup_exit_help()
print the help message and exit
- Parameters
-
- Returns
- the exit code
Definition at line 450 of file setup.c.
◆ setup_options()
setup default options
- Note
- this should be called before you've added all your options
- Parameters
-
info | the version information |
root | the root config group |
- Returns
- the setup options
Definition at line 215 of file setup.c.
◆ setup_parse()
parse the command line
- Parameters
-
argc | the number of arguments |
argv | the arguments |
setup | the setup options |
- Returns
- the parsed command line
Definition at line 366 of file setup.c.
◆ setup_should_exit()
accessor functions
check if the program should exit
- Parameters
-
- Returns
- true if the program should exit
accessor functions
Definition at line 434 of file setup.c.