42sh 1.0.0
Create a shell in C
|
The file containing the my_push_back function. More...
#include "mylist.h"
Functions | |
void | my_push_back (node_t **begin, void *data, type_t type) |
Adds a node at the end of the list. | |
The file containing the my_push_back function.
void my_push_back | ( | node_t ** | begin, |
void * | data, | ||
type_t | type ) |
Adds a node at the end of the list.
begin | The beginning of the list |
data | The data to add |
type | The type of the data |