Move tons of stuff into oldstuff/
This commit is contained in:
12
oldstuff/lcthw-remnants-2/liblcthw/src/lcthw/list_algos.h
Normal file
12
oldstuff/lcthw-remnants-2/liblcthw/src/lcthw/list_algos.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef lcthw_List_algos_h
|
||||
#define lcthw_List_algos_h
|
||||
|
||||
#include <lcthw/list.h>
|
||||
|
||||
typedef int (*List_compare)(const void *a, const void *b);
|
||||
|
||||
int List_bubble_sort(List *list, List_compare cmp);
|
||||
|
||||
List *List_merge_sort(List *list, List_compare cmp);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user