X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmemrchr;h=3a6e982b68bc5344265096f1064c59eea2577997;hb=ce8675631414567e50a77fdd43196f5882172ca7;hp=e9bbec1cd7940d0f29dc000e76bc27c98d1d8973;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/memrchr b/modules/memrchr index e9bbec1cd..3a6e982b6 100644 --- a/modules/memrchr +++ b/modules/memrchr @@ -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: + +License: +LGPL + +Maintainer: +Jim Meyering, glibc