diff options
Diffstat (limited to 'src/string/memset_s.c')
-rw-r--r-- | src/string/memset_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memset_s.c b/src/string/memset_s.c index 661b8d8b..2784a7c9 100644 --- a/src/string/memset_s.c +++ b/src/string/memset_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> /** fill memory **/ @@ -31,3 +33,6 @@ the value arg(c) (converted to an type(unsigned char)). /* CEXT1(201112) */ + + +#endif |