]> git.lizzy.rs Git - dragonstd.git/blob - bits/compare.h
Add flag_sub and flag_uns
[dragonstd.git] / 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_