L4Re Operating System Framework
Interface and Usage Documentation
|
comfortable command-line parsing More...
Go to the source code of this file.
Typedefs | |
typedef void(* | parse_cmd_fn_t) (int) |
Function type for PARSE_CMD_FN. | |
typedef void(* | parse_cmd_fn_arg_t) (int, const char *, int) |
Function type for PARSE_CMD_FN_ARG. | |
Enumerations | |
enum | parse_cmd_type |
Types for parsing. | |
Functions | |
int | parse_cmdline (int *argc, const char ***argv, int arg0,...) |
Parse the command-line for specified arguments and store the values into variables. | |