]> git.lizzy.rs Git - dragonstd.git/blobdiff - dragonstd/bits/compare.h
Add CMake config
[dragonstd.git] / dragonstd / bits / compare.h
diff --git a/dragonstd/bits/compare.h b/dragonstd/bits/compare.h
new file mode 100644 (file)
index 0000000..96c6044
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _DRAGONSTD_COMPARE_H_
+#define _DRAGONSTD_COMPARE_H_
+
+int cmp_ref(const void *pa, const void *pb);
+
+#endif // _DRAGONSTD_COMPARE_H_