* doc/gnulib-tool.texi (Initial import): Update to match current
[pspp] / modules / memrchr
index e9bbec1cd7940d0f29dc000e76bc27c98d1d8973..039b1325d5511b82aed54fd1327f5488efc4f808 100644 (file)
@@ -1,10 +1,12 @@
 Description:
+memrchr() function: scan memory for a byte, from the right end.
 
 Files:
 lib/memrchr.c
 m4/memrchr.m4
 
 Depends-on:
+string
 
 configure.ac:
 gl_FUNC_MEMRCHR
@@ -12,4 +14,10 @@ gl_FUNC_MEMRCHR
 Makefile.am:
 
 Include:
+<string.h>
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, glibc