42sh 1.0.0
Create a shell in C
|
The file containing the my_find_node function. More...
#include "mylist.h"
Functions | |
node_t * | my_find_node (node_t const *begin, void const *data_ref, int(*cmp)()) |
Finds a node in the linked list. | |
The file containing the my_find_node function.