|
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 | check_values_validity (const struct arg_s **arguments, const size_t size) |
| Check if the values of the parameters are correct. | |
| int check_values_validity | ( | const struct arg_s ** | arguments, |
| const size_t | size ) |
Check if the values of the parameters are correct.
| arguments | The structure where parameters and parameters value are stored |
| size | The size of the structure |
Definition at line 106 of file check_values_validity.c.