X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmemrchr;h=54912ccb0b0342653ccc1c1559b47b203bd51225;hb=2354d5ead305b61c925e53bcfb73d47de7c53162;hp=e9bbec1cd7940d0f29dc000e76bc27c98d1d8973;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/memrchr b/modules/memrchr index e9bbec1cd..54912ccb0 100644 --- a/modules/memrchr +++ b/modules/memrchr @@ -1,15 +1,24 @@ 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 +gl_STRING_MODULE_INDICATOR([memrchr]) Makefile.am: Include: + +License: +LGPL + +Maintainer: +Jim Meyering, glibc