196462Sru/*  DO NOT EDIT THIS FILE.
296462Sru
3245886Sbrooks    It has been auto-edited by fixincludes from:
4245886Sbrooks
5139103Sru	"fixinc/tests/inc/ansi/string.h"
6245886Sbrooks
7245911Sbrooks    This had to be done to correct non-standard usages in the
8245886Sbrooks    original, manufacturer supplied header file.  */
9245886Sbrooks
1096462Sru
1196462Sru
1296462Sru#if defined( SCO_STRING_CHECK )
13#ifndef __GNUC__
14extern "C++" {
15inline void *memchr(void *__1, int __2, size_t __3)
16	{ return (void *)memchr((const void *)__1, __2, __3); }
17inline char *strstr(char *__1, const char *__2)
18	{ return (char *)strstr((const char *)__1, __2); }
19}
20#endif /* ! __GNUC__ */
21
22#endif  /* SCO_STRING_CHECK */
23