#ifndef KERNAUX_INCLUDED_HEAP #define KERNAUX_INCLUDED_HEAP #include extern const KernAux_Malloc heap_malloc; void heap_initialize(); #endif