Mercurial > hg > octave-kai > gnulib-hg
view modules/strchrnul @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 4752a2febbe8 |
children | efab6978105e |
line wrap: on
line source
Description: 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: Include: <string.h> License: LGPLv2+ Maintainer: Eric Blake, glibc