Corewar documentation 1.0.0
|
The file containing the my_params_to_array function. More...
#include "my.h"
Functions | |
struct info_param * | my_params_to_array (int ac, char **av) |
Returns a info_params struct of the argc (ac) and the argv (av) | |
The file containing the my_params_to_array function.
struct info_param * my_params_to_array | ( | int | ac, |
char ** | av ) |
Returns a info_params struct of the argc (ac) and the argv (av)
ac | The number of parameters |
av | The array of parameters |