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

1991/0318/gnot/lib.h (diff list | history)

1990/11211/sys/src/9/gnot/lib.h:8,141991/0318/sys/src/9/gnot/lib.h:8,14 (short | long | prev | next)
1990/03091    
extern	void	*memccpy(void*, void*, int, long); 
extern	void	*memset(void*, int, long); 
extern	int	memcmp(void*, void*, long); 
extern	void	*memcpy(void*, void*, long); 
1991/0318    
extern	void	*memmove(void*, void*, long); 
1990/03091    
extern	void	*memchr(void*, int, long); 
 
/* 


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