hos/vmm.h

14 lines
122 B
C

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