#ifndef __HEAP_H__ #define __HEAP_H__ #if MODE == 0 unsigned char my_malloc_heap[HEAPSIZE] = # include "empty.data" #else unsigned char my_malloc_heap[HEAPSIZE] = # include "heap.data" #endif #endif