1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-06 23:29:01 +00:00
erc-c/include/vm_bits.h

10 lines
122 B
C
Raw Normal View History

2017-12-02 19:05:53 +00:00
#ifndef _VM_BITS_H_
#define _VM_BITS_H_
#include <stdlib.h>
typedef uint8_t vm_8bit;
typedef uint16_t vm_16bit;
#endif