plan 9 kernel history: overview | file list | diff list

1992/1207/pc/u.h (diff list | history)

pc/u.h on 1991/0622
1991/0622    
typedef	unsigned short	ushort; 
typedef	unsigned char	uchar; 
1992/1207    
typedef	signed char	schar; 
1991/0622    
typedef unsigned long	ulong; 
typedef	long		vlong; 
typedef union Length	Length; 
1991/1228    
typedef ushort		Rune; 
1991/0622    
 
union Length 
{ 
	char	clength[8]; 
	vlong	vlength; 
	struct{ 
		long	hlength; 
		long	length; 
	}; 
}; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)