view modules/strchrnul @ 10778:ddc567d280d1

Treat Haiku like BeOS.
author Ingo Weinhold <ingo_weinhold@gmx.de>
date Mon, 10 Nov 2008 12:30:58 +0100
parents d266f32e62b2
children 4752a2febbe8
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:
LGPL

Maintainer:
Eric Blake, glibc