NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
file_io.h
1
#ifndef MSL_FILE_IO_H
2
#define MSL_FILE_IO_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
struct
FILE
{
9
u8 dummy;
10
}
FILE
;
11
12
int
fclose(
FILE
*);
13
int
fflush(
FILE
*);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif
FILE
Definition
file_io.h:8
include
lib
MSL
internal
file_io.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2