Revision 9090,
262 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9089,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * Copyright Milan Technology Inc., 1991, 1992 |
---|
3 | */ |
---|
4 | |
---|
5 | /* @(#)std.h 2.0 7/13/92 */ |
---|
6 | |
---|
7 | #define _args( x ) ( ) |
---|
8 | |
---|
9 | typedef char bool; |
---|
10 | typedef char i8; |
---|
11 | typedef unsigned char u8; |
---|
12 | typedef short i16; |
---|
13 | typedef unsigned short u16; |
---|
14 | typedef long i32; |
---|
15 | typedef unsigned long u32; |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.