• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "stdio_impl.h"
2 #include <wchar.h>
3 
getwc(FILE * f)4 wint_t getwc(FILE *f)
5 {
6 	return fgetwc(f);
7 }
8