mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* lib/rawmemchr.valgrind: New file. * lib/strchrnul.valgrind: Likewise. * modules/rawmemchr (Files): Distribute new file. * modules/strchrnul (Files): Likewise. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
27 lines
320 B
Plaintext
27 lines
320 B
Plaintext
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
|
|
gl_STRING_MODULE_INDICATOR([rawmemchr])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake, glibc
|