diff options
Diffstat (limited to 'sort.c')
| -rw-r--r-- | sort.c | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#include "sort.h" + +#include "basic_traits.h" + + +QSORT_IMPL(Int); +QSORT_IMPL(Bool); +QSORT_IMPL(Long); +QSORT_IMPL(Char); +QSORT_IMPL(UInt); +QSORT_IMPL(ULong); +QSORT_IMPL(Double); +QSORT_IMPL(Float); +QSORT_IMPL(String); |
