1Description: 2strnlen() function: determine the length of a size-bounded string. 3 4Files: 5lib/strnlen.c 6m4/strnlen.m4 7 8Depends-on: 9string 10extensions 11memchr-obsolete [test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1] 12 13configure.ac: 14gl_FUNC_STRNLEN 15if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then 16 AC_LIBOBJ([strnlen]) 17 gl_PREREQ_STRNLEN 18fi 19 20gl_STRING_MODULE_INDICATOR([strnlen]) 21 22Makefile.am: 23 24Include: 25<string.h> 26 27License: 28LGPLv2+ 29 30Maintainer: 31all 32