/* AUTOMATICALLY GENERATED BY tspec 2.10 */
#ifndef __WRONG_BSD_EXTN
#ifndef __WRONG_BSD_EXTN_STRING_H
#if #include (string.h)
#define __BUILDING_TDF_BSD_EXTN_STRING_H
/* These are the default definitions */
#ifdef __ANSI_STRINGS__
#define index(a, b)		strchr(a, b)
#define rindex(a, b)		strrchr(a, b)
#define bcopy(a, b, c)	((void) memcpy(a, b, c))
#define bcmp(a, b, c)		memcmp(a, b, c)
#define bzero(a, b)		((void) memset(a, 0, b))
#endif
#include <string.h>
#endif
#endif

#ifndef __BUILDING_TDF_BSD_EXTN_STRING_H
#pragma TenDRA no token definition allow
#endif
#pragma implement interface <../bsd_extn.api/strings.h>
#endif


syntax highlighted by Code2HTML, v. 0.9.1