#include <stddef.h>
#include "linux-asm-string.h"

/*
 *	Prototypes for other non-inline string functions
 */

extern char *strrchr(const char *s, int c);
extern char *strcpy(char *dest, const char *src);
extern char *strcat(char *dest, const char *src);
extern char *strncat(char *dest, const char *src, unsigned int maxlen);
extern int memcmp(const void *s1, const void *s2, int n);


syntax highlighted by Code2HTML, v. 0.9.1