42sh 1.0.0
Create a shell in C
|
The file containing the my_sort_list function. More...
#include "mylist.h"
Functions | |
void | my_sort_list (node_t **begin, int(*cmp)()) |
Sorts the linked list. | |
The file containing the my_sort_list function.
void my_sort_list | ( | node_t ** | begin, |
int(* | cmp )() ) |
Sorts the linked list.
begin | The beginning of the list |
cmp | The comparison function |