[utils] Adding ksort for strings by default in collections.h
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "klib/khash.h"
|
||||
#include "klib/ksort.h"
|
||||
#include "vector.h"
|
||||
#include "vector_math.h"
|
||||
|
||||
@@ -44,5 +45,6 @@ VECTOR_INIT(char_array, char)
|
||||
VECTOR_INIT(uchar_array, unsigned char)
|
||||
VECTOR_INIT(string_array, char *)
|
||||
|
||||
KSORT_INIT_STR
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user