Corewar documentation 1.0.0
|
The file containing the my_rev_list function. More...
#include "mylist.h"
Functions | |
void | my_rev_list (node_t **begin) |
Reverses the linked list. | |
The file containing the my_rev_list function.
void my_rev_list | ( | node_t ** | begin | ) |
Reverses the linked list.
begin | The beginning of the list |