X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmemrchr;h=618c389517c5422e6ca25a3d8f40ce59b22e8458;hb=3a6c1c38e6cc3c0e8549897952bb40f1820d40eb;hp=01c8feaf5cc7af922377560447efd49ae0809ff9;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/memrchr b/modules/memrchr index 01c8feaf5..618c38951 100644 --- a/modules/memrchr +++ b/modules/memrchr @@ -3,6 +3,7 @@ memrchr() function: scan memory for a byte, from the right end. Files: lib/memrchr.c +lib/memrchr.h m4/memrchr.m4 Depends-on: @@ -13,7 +14,10 @@ gl_FUNC_MEMRCHR Makefile.am: Include: +"memrchr.h" + +License: +LGPL Maintainer: Jim Meyering, glibc -