summaryrefslogtreecommitdiff
path: root/package/etrax-tools/src/e100boot/cbl/src/compiler.h
blob: 004d0d105c5e9db47eade358b656eba5149e035c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _COMPILER_H
#define _COMPILER_H

typedef int dword;
typedef unsigned int udword;
typedef signed short word;
typedef unsigned short uword;
typedef unsigned char byte;

#endif