hos/vmm.c

28 lines
151 B
C

// vmm.c
// Author: Josh Holtrop
// Date: 09/30/03
void *malloc(dword bytes)
{
}
int free(void *ptr);
{
}