Details | Last modification | View Log | RSS feed
#ifndef MYTYPES_H
#define MYTYPES_H
typedef int8_t BYTE;
typedef uint8_t UBYTE;
typedef int16_t WORD;
typedef uint16_t UWORD;
typedef int32_t LONG;
typedef uint32_t ULONG;
#endif