PDInterpSysCalls.mesa
Michael Plass, November 17, 1983 3:45 pm
PDInterpSysCalls:
DEFINITIONS =
BEGIN
AllocateSpace:
PROC [words:
INT]
RETURNS [
LONG
POINTER];
FreeSpace:
PROC [pointer:
LONG
POINTER];
BadFreeSpaceRequest:
ERROR;
END.