Last change
on this file since cbc2fcf 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 |
|
---|
8 | typedef char *caddr_t;
|
---|
9 | typedef unsigned int uint;
|
---|
10 | typedef unsigned short ushort;
|
---|
11 | typedef long time_t;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.