Corewar documentation 1.0.0
|
The file containing the my_previous_to_next function. More...
#include "mylist.h"
Functions | |
node_t * | my_previous_to_next (node_t **head, node_t *to_delete) |
Skip a node in a linked list and change the previous node to the next node. | |
The file containing the my_previous_to_next function.