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
/
wmemcmp
blob
fa43e5757f3c171483e4fed8666962934a68cb95
1
Description:
2
wmemcmp() function: compare wide character arrays.
3
4
Files:
5
lib/wmemcmp.c
6
lib/wmemcmp-impl.h
7
m4/wmemcmp.m4
8
9
Depends-on:
10
wchar
11
12
configure.ac:
13
gl_FUNC_WMEMCMP
14
if test $HAVE_WMEMCMP = 0; then
15
AC_LIBOBJ([wmemcmp])
16
fi
17
gl_WCHAR_MODULE_INDICATOR([wmemcmp])
18
19
Makefile.am:
20
21
Include:
22
<wchar.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all