Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / wcslen
blob01133bb19371d42c64ce1717efa5644caf832641
1 Description:
2 wcslen() function: determine the length of a wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcslen.c
12 lib/wcslen-impl.h
13 m4/wcslen.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSLEN
20 if test $HAVE_WCSLEN = 0; then
21   AC_LIBOBJ([wcslen])
23 gl_WCHAR_MODULE_INDICATOR([wcslen])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all