diff options
Diffstat (limited to 'src/stdlib/wcstombs.c')
-rw-r--r-- | src/stdlib/wcstombs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/wcstombs.c b/src/stdlib/wcstombs.c index 3643a5a4..a39cdc38 100644 --- a/src/stdlib/wcstombs.c +++ b/src/stdlib/wcstombs.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** convert wide character string to multibyte string **/ @@ -23,3 +25,6 @@ RETURN_FAILURE(-1) RETURN_SUCCESS(the number of bytes modified, not counting any terminating null) STDC(1) */ + + +#endif |