diff options
Diffstat (limited to 'fgetwc_fix.h')
-rw-r--r-- | fgetwc_fix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fgetwc_fix.h b/fgetwc_fix.h new file mode 100644 index 0000000..343d9f7 --- /dev/null +++ b/fgetwc_fix.h @@ -0,0 +1,5 @@ + +#include <wchar.h> +#include <stdint.h> + +wint_t _fgetwc_fixed(FILE *fp); |