Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
misc_io.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_MISC_IO_H
2#define _MSL_COMMON_MISC_IO_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void __stdio_atexit(void);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif /* _MSL_COMMON_MISC_IO_H */
void __stdio_atexit(void)
Definition misc_io.c:6