aoc-2025/libguf/test/impls/sort_impl.c
2025-12-23 21:13:41 +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"