X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrchrnul;h=2f75450606967e42f9e4966a4aa9a753e5109c7d;hb=a556453c32061f4723bd672695e02581fc662890;hp=500bd94ab636db2084b2903297c6aea019de4d66;hpb=d1dc8ecd31e6fc1619414d45b34848bf8450953a;p=gnulib.git diff --git a/modules/strchrnul b/modules/strchrnul index 500bd94ab..2f7545060 100644 --- a/modules/strchrnul +++ b/modules/strchrnul @@ -1,21 +1,28 @@ 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.h 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: -lib_SOURCES += strchrnul.h Include: -"strchrnul.h" + + +License: +LGPL Maintainer: -FSF +Eric Blake, glibc