/* strings.h */
/*  11-Feb-86 16:17:18 */

#ifndef ←STRINGS←
#define ←STRINGS←
extern char *strcat(), *strncat(), *strcpy(), *strncpy(), *index(), *rindex();
#endif