libguf/src/test/impls/sort_impl.c
2025-12-21 17:30:13 +01:00

18 lines
294 B
C
Executable File

#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"