1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-04 09:29:26 +00:00
erc-c/include/vm_bits.h
2017-12-02 13:05:53 -06:00

10 lines
122 B
C

#ifndef _VM_BITS_H_
#define _VM_BITS_H_
#include <stdlib.h>
typedef uint8_t vm_8bit;
typedef uint16_t vm_16bit;
#endif