Remove incorrect 'Link' sections.
[gnulib.git] / modules / wcscmp
blob6591511485bf9ec33d8f853369447ab3044eca10
1 Description:
2 wcscmp() function: compare two wide strings.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscmp.c
12 lib/wcscmp-impl.h
13 m4/wcscmp.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCMP
20 if test $HAVE_WCSCMP = 0; then
21   AC_LIBOBJ([wcscmp])
23 gl_WCHAR_MODULE_INDICATOR([wcscmp])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all