view modules/strchrnul @ 29241:53d8797106ae

Avoid using the syntax symbol() in formatted documentation.
author Bruno Haible <bruno@clisp.org>
date Wed, 26 Dec 2007 16:31:08 +0100
parents 946dc2e2e8e9
children 5f559abfabef
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
m4/strchrnul.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_STRCHRNUL
gl_STRING_MODULE_INDICATOR([strchrnul])

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
FSF