diff options
Diffstat (limited to 'src/stdlib/wctomb.c')
-rw-r--r-- | src/stdlib/wctomb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/wctomb.c b/src/stdlib/wctomb.c index a2928a8b..3d834d3b 100644 --- a/src/stdlib/wctomb.c +++ b/src/stdlib/wctomb.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** convert wide character to multibyte character **/ @@ -31,3 +33,6 @@ RETURN(-1, The value of ARGUMENT(wchar) does not correspond to a valid multibyte RETURN(TYPE(int), The number of bytes contained in the multibyte character corresponding to ARGUMENT(wchar)) STDC(1) */ + + +#endif |