gb6/src/types.h

8 lines
97 B
C
Raw Normal View History

2019-04-16 06:25:00 +00:00
#ifndef _TYPES_H
#define _TYPES_H
typedef unsigned char u8;
typedef unsigned short u16;
#endif