mirror of
https://github.com/isometimes/rpi4-osdev
synced 2024-11-10 04:10:39 +00:00
4 lines
72 B
C
4 lines
72 B
C
|
void mem_init();
|
||
|
void *malloc(unsigned int size);
|
||
|
void free(void *ptr);
|