diff options
Diffstat (limited to 'src/string/strcpy_s.c')
-rw-r--r-- | src/string/strcpy_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcpy_s.c b/src/string/strcpy_s.c index 5522fc26..bfad3189 100644 --- a/src/string/strcpy_s.c +++ b/src/string/strcpy_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <limits.h> @@ -27,3 +29,6 @@ including the terminating char(\0). /* CEXT1(201112) */ + + +#endif |