SSBM Decomp
Loading...
Searching...
No Matches
wchar.h
Go to the documentation of this file.
1#ifndef _WCHAR_H_
2#define _WCHAR_H_
3
4#include "stdio.h"
5
6int fwide(FILE* stream, int mode);
7
8#endif
Definition stdio.h:77
int fwide(FILE *stream, int mode)
Definition wchar_io.c:6