source: trunk/third/transcript/src/milan/std.h @ 9090

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
9typedef char bool;
10typedef char i8;
11typedef unsigned char u8;
12typedef short i16;
13typedef unsigned short u16;
14typedef long i32;
15typedef unsigned long u32;
16
Note: See TracBrowser for help on using the repository browser.