]> git.lizzy.rs Git - dragonstd.git/blob - dragonstd/bits/compare.h
Add CMake config
[dragonstd.git] / dragonstd / bits / compare.h
1 #ifndef _DRAGONSTD_COMPARE_H_
2 #define _DRAGONSTD_COMPARE_H_
3
4 int cmp_ref(const void *pa, const void *pb);
5
6 #endif // _DRAGONSTD_COMPARE_H_