diff options
Diffstat (limited to 'src/string/strxfrm.c')
-rw-r--r-- | src/string/strxfrm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strxfrm.c b/src/string/strxfrm.c index c107d662..498e8e5c 100644 --- a/src/string/strxfrm.c +++ b/src/string/strxfrm.c @@ -1,3 +1,5 @@ +#if 0 + #include <string.h> #include "_assert.h" @@ -29,3 +31,6 @@ UNDEFINED(ARGUMENT(n) is not ZERO and ARGUMENT(s1) is CONSTANT(NULL)) RETURN_ALWAYS(the length of the transformed string, not including the terminating CHAR(\0)); STDC(1) */ + + +#endif |