Main Page
Object Hierarchy
Data Structures
Related Pages
etk_argument.c File Reference
Detailed Description
Functions
void
etk_argument_get
(int *argc, char ***argv)
Retrieves the arguments passed to
etk_init_full()
.
Etk_Bool
etk_argument_is_set
(const char *long_name, char short_name, Etk_Bool remove)
Checks whether the argument has been passed to the program.
Etk_Bool
etk_argument_value_get
(const char *long_name, char short_name, Etk_Bool remove, char **value)
Gets the value of an argument passed to the program.