4.2BSD/usr/include/strings.h

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

/*	string.h	4.1	83/05/26	*/

/*
 * External function definitions
 * for routines described in string(3).
 */
char	*strcat();
char	*strncat();
int	strcmp();
int	strncmp();
char	*strcpy();
char	*strncpy();
int	strlen();
char	*index();
char	*rindex();