diff options
Diffstat (limited to 'src/string/memmove_s.c')
-rw-r--r-- | src/string/memmove_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/memmove_s.c b/src/string/memmove_s.c index 53e81b45..343a286d 100644 --- a/src/string/memmove_s.c +++ b/src/string/memmove_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include <stdlib.h> #include "_assert.h" @@ -31,3 +33,6 @@ is copied so that the arg(n) bytes are safely written to arg(s1). /* CEXT1(201112) */ + + +#endif |