X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrchrnul;h=8ae3ea6fb2b28600fc6919b8d20a54aec2c792c9;hb=ef7ac3461d310630096bd41909677a597c810242;hp=ee2307ac3d76fc63b724169aabef6848c616dd15;hpb=1e4ece4ab9850fbfa88c9ec43ea518c7bc266792;p=gnulib.git diff --git a/modules/strchrnul b/modules/strchrnul index ee2307ac3..8ae3ea6fb 100644 --- a/modules/strchrnul +++ b/modules/strchrnul @@ -1,15 +1,20 @@ Description: -strchrnul(): Find the first occurrence of C in S or the final NUL byte. +strchrnul() function: Find the first occurrence of C in S or the final NUL +byte. Files: lib/strchrnul.c +lib/strchrnul.valgrind m4/strchrnul.m4 Depends-on: +extensions string +rawmemchr configure.ac: gl_FUNC_STRCHRNUL +gl_STRING_MODULE_INDICATOR([strchrnul]) Makefile.am: @@ -17,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: -FSF +Eric Blake, glibc