diff options
Diffstat (limited to 'src/string/strcat.c')
-rw-r--r-- | src/string/strcat.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcat.c b/src/string/strcat.c index ef2fa413..1cc24d1f 100644 --- a/src/string/strcat.c +++ b/src/string/strcat.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -29,3 +31,6 @@ null character of ARGUMENT(s1). /* STDC(1) */ + + +#endif |