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
/
memcmp
blob
5b35a75fa924a30536475a1427553da478159fa6
1
Description:
2
memcmp() function: compare memory areas.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/memcmp.c
12
m4/memcmp.m4
13
14
Depends-on:
15
stdint [test $gl_func_memcmp = no]
16
17
configure.ac:
18
gl_FUNC_MEMCMP
19
if test $gl_func_memcmp = no; then
20
AC_LIBOBJ([memcmp])
21
gl_PREREQ_MEMCMP
22
fi
23
24
Makefile.am:
25
26
Include:
27
<string.h>
28
29
License:
30
LGPLv2+
31
32
Maintainer:
33
Jim Meyering, glibc
34