Go to the documentation of this file.
15 #ifndef _ASM_TILE_STRING_H
16 #define _ASM_TILE_STRING_H
18 #define __HAVE_ARCH_MEMCHR
19 #define __HAVE_ARCH_MEMSET
20 #define __HAVE_ARCH_MEMCPY
21 #define __HAVE_ARCH_MEMMOVE
22 #define __HAVE_ARCH_STRCHR
23 #define __HAVE_ARCH_STRLEN
26 extern char *
strchr(
const char *
s,
int c);
27 extern void *
memchr(
const void *
s,
int c,
size_t n);