X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstrchrnul;h=f1daf7eb448d272473e95164c6a021f923961afd;hb=3b3e9653139a9423e7d980cc6f9e3160111c9930;hp=4f451a5590c98a050a1e280a54b66ff829b90ef9;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strchrnul b/modules/strchrnul index 4f451a559..f1daf7eb4 100644 --- a/modules/strchrnul +++ b/modules/strchrnul @@ -1,21 +1,23 @@ 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 m4/strchrnul.m4 Depends-on: +extensions +string configure.ac: gl_FUNC_STRCHRNUL +gl_STRING_MODULE_INDICATOR([strchrnul]) Makefile.am: -EXTRA_DIST += strchrnul.h strchrnul.c Include: -"strchrnul.h" + License: LGPL