repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
memchr
blob
3a413a20b42a02b121faa8ec9f298ea52cdc99fc
1
Description:
2
memchr() function: scan memory for a byte.
3
4
Files:
5
lib/memchr.c
6
lib/memchr.valgrind
7
m4/memchr.m4
8
m4/mmap-anon.m4
9
10
Depends-on:
11
extensions
12
string
13
14
configure.ac:
15
gl_FUNC_MEMCHR
16
if test $REPLACE_MEMCHR = 1; then
17
AC_LIBOBJ([memchr])
18
gl_PREREQ_MEMCHR
19
fi
20
gl_STRING_MODULE_INDICATOR([memchr])
21
22
Makefile.am:
23
24
Include:
25
<string.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Jim Meyering, glibc