mirror of https://github.com/E-Almqvist/eOS
parent
fb1da55354
commit
4c80e0a350
@ -1 +1,9 @@ |
|||||||
#include "memory.h" |
#include "memory.h" |
||||||
|
|
||||||
|
char* malloc(unsigned int size) { |
||||||
|
return " "; |
||||||
|
} |
||||||
|
|
||||||
|
void mfree(char* p) { |
||||||
|
|
||||||
|
} |
||||||
|
Loading…
Reference in new issue