mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 19:25:29 -05:00
12 lines
222 B
C
12 lines
222 B
C
#ifndef _MSL_EXTRAS_MALLOC_H
|
|
#define _MSL_EXTRAS_MALLOC_H
|
|
|
|
#include <ansi_params.h>
|
|
|
|
_MSL_BEGIN_EXTERN_C
|
|
|
|
_MSL_IMP_EXP_C int _MSL_CDECL heapmin(void) _MSL_CANT_THROW;
|
|
|
|
_MSL_END_EXTERN_C
|
|
|
|
#endif /* _MSL_EXTRAS_MALLOC_H */ |