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

#include "string/memrchr.c"