summaryrefslogtreecommitdiff
path: root/src/string/strcat_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/strcat_s.c')
-rw-r--r--src/string/strcat_s.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcat_s.c b/src/string/strcat_s.c
index a8efb98f..7c820daf 100644
--- a/src/string/strcat_s.c
+++ b/src/string/strcat_s.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <string.h>
/** concatenate strings **/
@@ -27,3 +29,6 @@ null character of arg(s1).
/*
CEXT1(201112)
*/
+
+
+#endif