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

1998/0319/pc/u.h (diff list | history)

1998/0319/sys/src/9/pc/u.h:10,191998/0326/sys/src/9/pc/u.h:10,16 (short | long | prev | next)
Add vlong length to Length.
rsc Fri Mar 4 12:44:25 2005
1991/0622    
 
union Length 
{ 
	struct{ 
1998/0319    
		long	length1; 
		long	length2; 
1991/0622    
	}; 
1998/0326    
	vlong	length; 
1991/0622    
}; 
1996/0214    
 
1996/0217    
typedef char *va_list; 


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