#sccs "@(#)inchead:string.h 1.3" /* Convergent Technologies - System V - May 1983 */ extern char *strcpy(), *strncpy(), *strcat(), *strncat(), *strchr(), *strrchr(), *strpbrk(), *strtok(); extern int strcmp(), strncmp(), strlen(), strspn(), strcspn();