math: raise flags in log2l.c on <= 0 arguments, and fix volatile
[musl] / src / stdio / getwc.c
1 #include "stdio_impl.h"
2 #include <wchar.h>
3
4 wint_t getwc(FILE *f)
5 {
6         return fgetwc(f);
7 }