diff options
Diffstat (limited to 'src/string/strncpy_s.c')
-rw-r--r-- | src/string/strncpy_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strncpy_s.c b/src/string/strncpy_s.c index a228f360..2dd2cfdb 100644 --- a/src/string/strncpy_s.c +++ b/src/string/strncpy_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> /** copy bounded string **/ @@ -41,3 +43,6 @@ terminated. /* CEXT1(201112) */ + + +#endif |