Go to the documentation of this file. 1 #ifndef __ASM_SH_STRING_64_H
2 #define __ASM_SH_STRING_64_H
6 #define __HAVE_ARCH_MEMSET
7 extern void *
memset(
void *__s,
int __c,
size_t __count);
9 #define __HAVE_ARCH_MEMCPY
12 #define __HAVE_ARCH_STRLEN
13 extern size_t strlen(
const char *);
15 #define __HAVE_ARCH_STRCPY
16 extern char *
strcpy(
char *__dest,
const char *__src);