Files
photon/libc/sys/horizon/__heap.h

9 lines
112 B
C

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