diff options
Diffstat (limited to 'src/string/strlen.c')
-rw-r--r-- | src/string/strlen.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strlen.c b/src/string/strlen.c index 5425970b..e083012f 100644 --- a/src/string/strlen.c +++ b/src/string/strlen.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -24,3 +26,6 @@ including the terminating null character. RETURN_ALWAYS(the length of the string); STDC(1) */ + + +#endif |