Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
file_io.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_FILE_IO_H
2#define _MSL_COMMON_FILE_IO_H
3
4#include "ansi_files.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10int __msl_strnicmp(const char* str1, const char* str2, int n);
11int fflush(FILE* file);
12int fclose(FILE* file);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* _MSL_COMMON_FILE_IO_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
n
Definition e_fmod.c:112
int __msl_strnicmp(const char *str1, const char *str2, int n)
Definition file_io.c:73
int fflush(FILE *file)
Definition file_io.c:26
int fclose(FILE *file)
Definition file_io.c:5
Definition ansi_files.h:81