[fa.info-mac] strings.h

info-mac@uw-beaver (info-mac) (08/10/84)

From: Bill Croft <croft@safe>
Sorry that I used this Berkeleyism in rmaker.c, I'll take it out
in the future.  Meanwhile, here's the entire file "strings.h":
----
/*	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();