Plan 9 from Bell Labs’s /usr/web/sources/extra/9hist/ss/u.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


## diffname ss/u.h 1990/1223
## diff -e /dev/null /n/bootesdump/1990/1223/sys/src/9/sparc/u.h
0a
typedef	unsigned short	ushort;
typedef	unsigned char	uchar;
typedef unsigned long	ulong;
typedef	long		vlong;
typedef union Length	Length;

union Length
{
	char	clength[8];
	vlong	vlength;
	struct{
		long	hlength;
		long	length;
	};
};
.
## diffname ss/u.h 1991/1223
## diff -e /n/bootesdump/1991/0201/sys/src/9/sparc/u.h /n/bootesdump/1991/1223/sys/src/9/slc/u.h
5a
typedef	ushort		Rune;
.
## diffname ss/u.h 1992/0806
## diff -e /n/bootesdump/1991/1223/sys/src/9/slc/u.h /n/bootesdump/1992/0806/sys/src/9/slc/u.h
0a
typedef	unsigned int	uint;
.
## diffname ss/u.h 1992/1207
## diff -e /n/bootesdump/1992/0807/sys/src/9/slc/u.h /n/bootesdump/1992/1207/sys/src/9/ss/u.h
3a
typedef	signed char	schar;
.
## diffname ss/u.h 1993/0501 # deleted
## diff -e /n/bootesdump/1992/1207/sys/src/9/ss/u.h /n/fornaxdump/1993/0501/sys/src/brazil/ss/u.h
1,18d

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.