#ifndef _VM_BITS_H_ #define _VM_BITS_H_ #include typedef uint8_t vm_8bit; typedef uint16_t vm_16bit; #endif