42sh 1.0.0
Create a shell in C
|
The file containing the my_list_siz_circled function. More...
#include "mylist.h"
Functions | |
int | my_list_size_circled (node_t const *begin) |
Adds a node at the end of the circular linked list. | |
The file containing the my_list_siz_circled function.
int my_list_size_circled | ( | node_t const * | begin | ) |
Adds a node at the end of the circular linked list.
begin | The beginning of the list |
data | The data to add |
type | The type of the data |