10 lines
107 B
C
10 lines
107 B
C
#ifndef KHEAP_H
|
|
#define KHEAP_H
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
uint8_t HeapEnabled = 0;
|
|
|
|
#endif
|