blob: 7b4c7245f7991a411cd6a69ce6d88099bf4983a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Description:
memchr() function: scan memory for a byte.
Files:
lib/memchr.c
m4/memchr.m4
Depends-on:
configure.ac:
gl_FUNC_MEMCHR
Makefile.am:
Include:
<string.h>
|