Hash :
8b8527c5
Author :
Date :
2008-04-28T10:24:14
Remove intprops dependency. * modules/memchr (Depends-on): Remove intprops. * modules/memrchr (Depends-on): Likewise. * modules/memchr2 (Depends-on): Likewise. * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check. * lib/memrchr.c (__memrchr): Likewise. * lib/memrchr2.c (memchr2): Likewise. Reported by Simon Josefsson. Signed-off-by: Eric Blake <ebb9@byu.net>
Description:
memrchr() function: scan memory for a byte, from the right end.
Files:
lib/memrchr.c
m4/memrchr.m4
Depends-on:
extensions
string
configure.ac:
gl_FUNC_MEMRCHR
gl_STRING_MODULE_INDICATOR([memrchr])
Makefile.am:
Include:
<string.h>
License:
LGPL
Maintainer:
Jim Meyering, glibc