projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
004d0d105c5e9db47eade358b656eba5149e035c
[openwrt.git]
/
target
/
linux
/
etrax-2.6
/
image
/
e100boot
/
src
/
cbl
/
src
/
compiler.h
1
#ifndef _COMPILER_H
2
#define _COMPILER_H
3
4
typedef
int
dword
;
5
typedef
unsigned int
udword
;
6
typedef
signed short
word
;
7
typedef
unsigned short
uword
;
8
typedef
unsigned char
byte
;
9
10
#endif
This page took
0.03923 seconds
and
3
git commands to generate.