1 2 3 4 5 6 7 8 9 10
#if !defined(acm_hdr_evt) #define acm_hdr_evt #include <acm/bs.h> #include <stdint.h> bool acm_jmp(uint_least64_t sys); #endif