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
/
memchr2
blob
99e4b856a4e7895265684761396e9b259e12eebd
1
Description:
2
memchr2() function: scan memory for the first of two bytes.
3
4
Files:
5
lib/memchr2.h
6
lib/memchr2.c
7
lib/memchr2.valgrind
8
9
Depends-on:
10
stdint
11
memchr
12
13
configure.ac:
14
15
Makefile.am:
16
lib_SOURCES += memchr2.h memchr2.c
17
18
Include:
19
"memchr2.h"
20
21
License:
22
LGPLv2+
23
24
Maintainer:
25
Eric Blake