#ifndef SYS_ALLOC_H #define SYS_ALLOC_H void *sys_alloc(heap_t *heap, size_t size); #endif /* SYS_ALLOC_H */