Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_argument.c File Reference


Detailed Description


Functions

Etk_Bool etk_argument_is_set (int *argc, char ***argv, 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 (int *argc, char ***argv, const char *long_name, char short_name, Etk_Bool remove, char **value)
 Gets the value of an argument passed to the program.