mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 18:47:34 -05:00
17 lines
214 B
C
17 lines
214 B
C
#ifndef _MSL_MISC_IO_H
|
|
#define _MSL_MISC_IO_H
|
|
|
|
#include <ansi_params.h>
|
|
|
|
#if _MSL_OS_DISK_FILE_SUPPORT
|
|
|
|
_MSL_BEGIN_EXTERN_C
|
|
|
|
void _MSL_CDECL __stdio_atexit(void) _MSL_CANT_THROW;
|
|
|
|
_MSL_END_EXTERN_C
|
|
|
|
#endif
|
|
|
|
#endif
|