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

1999/0218/port/lib.h (diff list | history)

1996/0214/sys/src/9/port/lib.h:68,731999/0218/sys/src/9/port/lib.h:68,74 (short | long | prev | next)
Add strtovl.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
 */ 
extern	long	strtol(char*, char**, int); 
extern	ulong	strtoul(char*, char**, int); 
1999/0218    
extern	vlong	strtovl(char*, char**, int); 
1992/0319    
extern	char	etext[]; 
extern	char	edata[]; 
extern	char	end[]; 


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