19 lines
262 B
C
Executable File
19 lines
262 B
C
Executable File
#ifndef GUF_SORT_IMPL_H
|
|
#define GUF_SORT_IMPL_H
|
|
|
|
#include "guf_cstr.h"
|
|
|
|
#define GUF_T float
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T int32_t
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T int8_t
|
|
#include "guf_sort.h"
|
|
|
|
#define GUF_T guf_cstr_heap
|
|
#include "guf_sort.h"
|
|
|
|
#endif
|