42sh 1.0.0
Create a shell in C
|
The file containing the my_list_size function. More...
#include "mylist.h"
Functions | |
int | my_list_size (node_t const *begin) |
Returns the size of the linked list. | |
The file containing the my_list_size function.
int my_list_size | ( | node_t const * | begin | ) |
Returns the size of the linked list.
begin | The beginning of the list |