diff options
Diffstat (limited to 'src/string/strcmp.c')
-rw-r--r-- | src/string/strcmp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcmp.c b/src/string/strcmp.c index e447eb31..55796651 100644 --- a/src/string/strcmp.c +++ b/src/string/strcmp.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -40,3 +42,6 @@ compares the strings at ARGUMENT(s1) and ARGUMENT(s2). /* STDC(1) */ + + +#endif |