Files
photon/photon/libc/sys/magenta/__heap.h
2020-10-04 12:09:40 +01:00

9 lines
112 B
C

#ifndef SYS_MAGENTA_HEAP_H_
#define SYS_MAGENTA_HEAP_H_
#include "__init.h"
extern int __heap_init();
#endif