mpw/toolbox/mm.h

16 lines
153 B
C
Raw Normal View History

2013-02-08 03:12:30 +00:00
#ifndef __mpw_rm_h__
#define __mpw_rm_h__
#include <cstdint>
namespace MM
{
enum
{
memFullErr = -108
}
uint16_t NewPtr(uint16_t trap);
}
#endif