close Warning: Can't use blame annotator:
No changeset 9b98b6adc329abbb9cb5ba78d4316ff2fb2ee3e8 in the repository

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

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

Imported original source code.

  • Property mode set to 100755
File size: 378 bytes
RevLine 
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.