rdmcmdlineapi.h File Reference
Header for command line parsing API. More...
Include dependency graph for rdmcmdlineapi.h:
This graph shows which files directly or indirectly include this file:
Functions |
|
| RDM_RETCODE | rdm_cmdlineInit (RDM_CMDLINE *cmd, int32_t argc, const char *const argv[], const char *description, const RDM_CMDLINE_OPT *opts) |
| Initialize an RDM_CMDLINE buffer and validate the command line. More... |
|
| const char * | rdm_cmdlineNextLongOption (RDM_CMDLINE *cmd, const char **arg) |
| Get next option or argument. More... |
|
| char | rdm_cmdlineNextShortOption (RDM_CMDLINE *cmd, const char **arg) |
| Get next option or argument. More... |
|
Detailed Description
Header for command line parsing API.