|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|

Go to the source code of this file.
Functions | |
| int | get_arg_value (int ac, const char **av, const struct option_s *param, struct arg_s **arg) |
| Get the variables of a parameter and store it in arg_s structure. | |
| struct arg_s ** | get_zappy_args (int ac, const char **av, const struct option_list_s *opt_l) |
| The principal function to get every arguments. | |
Get the variables of a parameter and store it in arg_s structure.
| ac | Number of arguments |
| av | Variables passed as parameter to the program |
| param | A intermediaire structure (option_s) before store it in arg_s structure |
| arg | The structure where parameters and parameters value are stored |
Definition at line 50 of file arg_parse.c.
| struct arg_s ** get_zappy_args | ( | int | ac, |
| const char ** | av, | ||
| const struct option_list_s * | opt_l ) |
The principal function to get every arguments.
| ac | Number of arguments |
| av | Variables passed as parameter to the program |
| param | A intermediaire structure (option_s) before store it in arg_s structure |
Definition at line 89 of file arg_parse.c.