pokeplatinum/tools/cw/include/MSL_Extras/extras_malloc.h

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 */