Add more comments and a new comparison function.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "libds.h"
|
||||
|
||||
int compare_always(void* a, void* b) { return 1; }
|
||||
int compare_pointer(void* a, void* b) { return a == b; }
|
||||
|
||||
Reference in New Issue
Block a user