Header for command line parsing API. More...


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... | |
Header for command line parsing API.