diff options
Diffstat (limited to 'src/stdlib/mblen.c')
-rw-r--r-- | src/stdlib/mblen.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/mblen.c b/src/stdlib/mblen.c index 9a575e9c..45b80ccb 100644 --- a/src/stdlib/mblen.c +++ b/src/stdlib/mblen.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** count bytes in multibyte character **/ @@ -32,3 +34,6 @@ RETURN(0, ARGUMENT(s) points to a null character); RETURN(TYPE(int), the number of bytes in the multibyte character); STDC(1) */ + + +#endif |