18 lines
294 B
C
18 lines
294 B
C
#include "sort_impl.h"
|
|
|
|
#define GUF_T float
|
|
#define GUF_SORT_IMPL
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T int32_t
|
|
#define GUF_SORT_IMPL
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T int8_t
|
|
#define GUF_SORT_IMPL
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T guf_cstr_heap
|
|
#define GUF_SORT_IMPL
|
|
#include "guf_sort.h"
|