#ifndef DMM_INIT_H #define DMM_INIT_H #include "heap.h" allocator_t *dmm_init(void); #endif /* DMM_INIT_H */