Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / wmemcmp
blobfa43e5757f3c171483e4fed8666962934a68cb95
1 Description:
2 wmemcmp() function: compare wide character arrays.
4 Files:
5 lib/wmemcmp.c
6 lib/wmemcmp-impl.h
7 m4/wmemcmp.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WMEMCMP
14 if test $HAVE_WMEMCMP = 0; then
15   AC_LIBOBJ([wmemcmp])
17 gl_WCHAR_MODULE_INDICATOR([wmemcmp])
19 Makefile.am:
21 Include:
22 <wchar.h>
24 License:
25 LGPL
27 Maintainer:
28 all