Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
404 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | #define BYTE char /* signed 8 bit integer */
|
---|
| 2 | #define UBYTE unsigned char /* unsigned 8 bit int */
|
---|
| 3 | #define WORD short /* signed 16 bit int */
|
---|
| 4 | #define UWORD unsigned short /* unsigned 16 bit int */
|
---|
| 5 | #define LONG int /* signed 32 bit int */
|
---|
| 6 | #define ULONG unsigned long /* unsigned 32 bit int */
|
---|
| 7 |
|
---|
| 8 | #define TRUE 1
|
---|
| 9 | #define FALSE 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.