summaryrefslogtreecommitdiff
path: root/src/string/strncat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strncat.c')
-rw-r--r--src/string/strncat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strncat.c b/src/string/strncat.c
index cd3c8efc..3e51cbca 100644
--- a/src/string/strncat.c
+++ b/src/string/strncat.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
#include "_assert.h"
@@ -40,3 +42,6 @@ terminated.
RETURN_ALWAYS(ARGUMENT(s1));
STDC(1)
*/
+
+
+#endif