mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
14 lines
197 B
C
14 lines
197 B
C
#ifndef _MSL_CHAR_IO_H
|
|
#define _MSL_CHAR_IO_H
|
|
|
|
#include <ansi_params.h>
|
|
#include <cstdio>
|
|
|
|
_MSL_BEGIN_EXTERN_C
|
|
|
|
int _MSL_CDECL __ungotten(__std(FILE) *) _MSL_CANT_THROW;
|
|
|
|
_MSL_END_EXTERN_C
|
|
|
|
#endif
|