Optimize and test memrchr.
[gnulib.git] / modules / memrchr
1 Description:
2 memrchr() function: scan memory for a byte, from the right end.
3
4 Files:
5 lib/memrchr.c
6 m4/memrchr.m4
7
8 Depends-on:
9 extensions
10 intprops
11 string
12
13 configure.ac:
14 gl_FUNC_MEMRCHR
15 gl_STRING_MODULE_INDICATOR([memrchr])
16
17 Makefile.am:
18
19 Include:
20 <string.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Jim Meyering, glibc