42sh 1.0.0
Create a shell in C
|
The file containing the my_list_to_array function. More...
#include "mylist.h"
Functions | |
void ** | my_list_to_array (node_t *list) |
Converts the linked list to an array. | |
The file containing the my_list_to_array function.
The file containing the my_list_to_array_circled function.
void ** my_list_to_array | ( | node_t * | list | ) |
Converts the linked list to an array.
list | The linked list to convert |