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

#include "string/memrchr.c"