42sh 1.0.0
Create a shell in C
|
The file containing the my_params_to_list function. More...
#include "mylist.h"
Functions | |
node_t * | my_params_to_list (int ac, char *const *av) |
Creates a linked list from the arguments (argc and argv) | |
The file containing the my_params_to_list function.
node_t * my_params_to_list | ( | int | ac, |
char *const * | av ) |
Creates a linked list from the arguments (argc and argv)
ac | The number of arguments |
av | The array of arguments |