NEWS.stable: log cherry-pick [b45dc21]->[d19a89f] stdlib: don't get in the way of...
[gnulib.git] / modules / memrchr
index e9bbec1..3a6e982 100644 (file)
@@ -1,15 +1,25 @@
 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