mirror of https://github.com/E-Almqvist/eOS
parent
ce864a724e
commit
d65c73fc9e
@ -0,0 +1 @@ |
||||
#include "memory.h" |
@ -0,0 +1,2 @@ |
||||
char* malloc(unsigned int size); |
||||
void mfree(char* p); |
Loading…
Reference in new issue