pdp11v/usr/include/string.h

Compare this file to the similar file:
Show the results in this format:

/*	@(#)string.h	1.1	*/
extern char
	*strcpy(),
	*strncpy(),
	*strcat(),
	*strncat(),
	*strchr(),
	*strrchr(),
	*strpbrk(),
	*strtok();
extern long
	strtol();