source: buchla-68k/orig/LATTICE/TYPES.H

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 378 bytes
Line 
1/*
2 =============================================================================
3 types.h -- Unix compatible typedefs (minimal set)
4 Version 1 -- 1988-05-06 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8typedef char *caddr_t;
9typedef unsigned int uint;
10typedef unsigned short ushort;
11typedef long time_t;
Note: See TracBrowser for help on using the repository browser.