Go to the documentation of this file.
12 #ifndef __UNICORE_STRING_H__
13 #define __UNICORE_STRING_H__
20 #define __HAVE_ARCH_STRRCHR
21 extern char *
strrchr(
const char *
s,
int c);
23 #define __HAVE_ARCH_STRCHR
24 extern char *
strchr(
const char *
s,
int c);
26 #define __HAVE_ARCH_MEMCPY
29 #define __HAVE_ARCH_MEMMOVE
32 #define __HAVE_ARCH_MEMCHR
35 #define __HAVE_ARCH_MEMSET