diff options
Diffstat (limited to 'src/wchar/wcsrtombs.c')
-rw-r--r-- | src/wchar/wcsrtombs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcsrtombs.c b/src/wchar/wcsrtombs.c index 8df0bedf..b51b3a8b 100644 --- a/src/wchar/wcsrtombs.c +++ b/src/wchar/wcsrtombs.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, mbstate_t * restrict ps) @@ -9,3 +11,6 @@ size_t wcsrtombs(char * restrict dst, const wchar_t ** restrict src, size_t len, /* STDC(199409) */ + + +#endif |