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