Added definitions for "alloc", "hard_alloc".

This commit is contained in:
ceriel 1986-12-03 13:02:37 +00:00
parent af341d2dde
commit abfed9b1f5

View File

@ -33,3 +33,5 @@ extern struct memory mems[];
#define modulptr(offset) (mems[ALLOMODL].mem_base+core_position+(offset))
extern ind_t core_position;
extern ind_t hard_alloc();
extern ind_t alloc();