about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/memrchr-c.c
blob: 44ec1a6ed908012f29eaf4d31f2224d84afb3d49 (plain) (blame)
1
2
3
4
5
6
7
#ifndef NOT_IN_libc
# define MEMRCHR  __memrchr_ia32
# include <string.h>
extern void *__memrchr_ia32 (const void *, int, size_t);
#endif

#include "string/memrchr.c"