|
penguins
1.0.0
|
Go to the source code of this file.
Functions | |
| void | init_arguments (Arguments *self) |
| void | print_usage (const char *prog_name) |
| bool | parse_arguments (Arguments *result, int argc, char *argv[]) |
| void init_arguments | ( | Arguments * | self | ) |
Definition at line 8 of file arguments.c.
Referenced by parse_arguments().
| void print_usage | ( | const char * | prog_name | ) |
Definition at line 20 of file arguments.c.
Referenced by main().
| bool parse_arguments | ( | Arguments * | result, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 36 of file arguments.c.
Referenced by main().