summaryrefslogtreecommitdiff
path: root/src/stdlib/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/qsort.c')
-rw-r--r--src/stdlib/qsort.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/qsort.c b/src/stdlib/qsort.c
index 0c7d8e21..9fec5191 100644
--- a/src/stdlib/qsort.c
+++ b/src/stdlib/qsort.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
/** sort an array **/
@@ -53,3 +55,6 @@ is greater than the second.
UNSPECIFIED(The order of equal elements)
STDC(1)
*/
+
+
+#endif