42sh 1.0.0
Create a shell in C
|
The file containing the my_show_list function. More...
#include "mylist.h"
Functions | |
void | my_show_list (node_t *list) |
Displays the linked list. | |
The file containing the my_show_list function.
void my_show_list | ( | node_t * | list | ) |
Displays the linked list.
list | The linked list to display |