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

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

1999/0716/sys/src/9/port/lib.h:16,211999/0810/sys/src/9/port/lib.h:16,22 (short | long | prev | next)
Add strrchr.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
 */ 
extern	char	*strcat(char*, char*); 
extern	char	*strchr(char*, char); 
1999/0810    
extern	char	*strrchr(char*, char); 
1990/0227    
extern	int	strcmp(char*, char*); 
extern	char	*strcpy(char*, char*); 
extern	char	*strncat(char*, char*, long); 


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