Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_STRING_H
2 #define _ASM_POWERPC_STRING_H
6 #define __HAVE_ARCH_STRCPY
7 #define __HAVE_ARCH_STRNCPY
8 #define __HAVE_ARCH_STRLEN
9 #define __HAVE_ARCH_STRCMP
10 #define __HAVE_ARCH_STRNCMP
11 #define __HAVE_ARCH_STRCAT
12 #define __HAVE_ARCH_MEMSET
13 #define __HAVE_ARCH_MEMCPY
14 #define __HAVE_ARCH_MEMMOVE
15 #define __HAVE_ARCH_MEMCMP
16 #define __HAVE_ARCH_MEMCHR
18 extern char *
strcpy(
char *,
const char *);
21 extern int strcmp(
const char *,
const char *);
23 extern char *
strcat(
char *,
const char *);