SSBM Decomp
Loading...
Searching...
No Matches
wchar_io.h
Go to the documentation of this file.
1#ifndef _WCHAR_IO_H_
2#define _WCHAR_IO_H_
3
4#include <platform.h>
5
6#include <ansi_files.h>
7#include <common_structs.h>
8#include <stdio.h>
9
10int fwide(FILE* stream, int mode);
11
12#endif
Definition ansi_files.h:81
int fwide(FILE *stream, int mode)
Definition wchar_io.c:5