diff options
Diffstat (limited to 'src/stdlib/wctomb_s.c')
-rw-r--r-- | src/stdlib/wctomb_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/wctomb_s.c b/src/stdlib/wctomb_s.c index 161b3504..ea3e6865 100644 --- a/src/stdlib/wctomb_s.c +++ b/src/stdlib/wctomb_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** convert wide character to multibyte character **/ @@ -30,3 +32,6 @@ state dependency. /* CEXT1(201112) */ + + +#endif |