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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
wcscmp
blob
6591511485bf9ec33d8f853369447ab3044eca10
1
Description:
2
wcscmp() function: compare two wide strings.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/wcscmp.c
12
lib/wcscmp-impl.h
13
m4/wcscmp.m4
14
15
Depends-on:
16
wchar
17
18
configure.ac:
19
gl_FUNC_WCSCMP
20
if test $HAVE_WCSCMP = 0; then
21
AC_LIBOBJ([wcscmp])
22
fi
23
gl_WCHAR_MODULE_INDICATOR([wcscmp])
24
25
Makefile.am:
26
27
Include:
28
<wchar.h>
29
30
License:
31
LGPL
32
33
Maintainer:
34
all