49f510d
1 2 3 4 5 6 7 8
#ifndef _MEM_H #define _MEM_H #include <stdint.h> extern uint8_t MEM[]; #endif