os/kernel/heap.c

4 lines
41 B
C
Raw Normal View History

#include <stdint.h>
uint8_t heap[2000];