diff options
Diffstat (limited to 'src/wchar/wctob.c')
-rw-r--r-- | src/wchar/wctob.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wctob.c b/src/wchar/wctob.c index 32cf1ab6..5608a672 100644 --- a/src/wchar/wctob.c +++ b/src/wchar/wctob.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> #include <locale.h> #include <string.h> @@ -20,3 +22,6 @@ int wctob(wint_t c) /* STDC(199409) */ + + +#endif |