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

1990/0227/power/u.h (diff list | history)

power/u.h on 1990/0227
1990/0227    
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; 
	}; 
}; 


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