view modules/rawmemchr @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 98ec1e084801
children
line wrap: on
line source

Description:
rawmemchr() function: Find the first occurrence of C in S.

Files:
lib/rawmemchr.c
lib/rawmemchr.valgrind
m4/rawmemchr.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_RAWMEMCHR
if test $HAVE_RAWMEMCHR = 0; then
  AC_LIBOBJ([rawmemchr])
  gl_PREREQ_RAWMEMCHR
fi
gl_STRING_MODULE_INDICATOR([rawmemchr])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
Eric Blake, glibc