diff options
Diffstat (limited to 'src/stdlib/qsort_s.c')
-rw-r--r-- | src/stdlib/qsort_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/qsort_s.c b/src/stdlib/qsort_s.c index 99afe7f0..4510d36d 100644 --- a/src/stdlib/qsort_s.c +++ b/src/stdlib/qsort_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** sort an array **/ @@ -27,3 +29,6 @@ greater than the second. /* CEXT1(201112) */ + + +#endif |