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

9 lines
112 B
C
Raw Normal View History

2021-08-15 16:25:15 +01:00
#ifndef SYS_HORIZON_HEAP_H_
#define SYS_HORIZON_HEAP_H_
2020-05-15 19:30:22 +01:00
#include "__init.h"
extern int __heap_init();
2020-05-15 19:30:22 +01:00
#endif