Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / wcstok
blob3ee3192fb18f8b04ec3e485edae396717762d0a1
1 Description:
2 wcstok() function: split a wide string into tokens.
4 Files:
5 lib/wcstok.c
6 lib/wcstok-impl.h
7 m4/wcstok.m4
9 Depends-on:
10 wchar
11 wcsspn          [test $HAVE_WCSTOK = 0]
12 wcspbrk         [test $HAVE_WCSTOK = 0]
14 configure.ac:
15 gl_FUNC_WCSTOK
16 if test $HAVE_WCSTOK = 0; then
17   AC_LIBOBJ([wcstok])
19 gl_WCHAR_MODULE_INDICATOR([wcstok])
21 Makefile.am:
23 Include:
24 <wchar.h>
26 License:
27 LGPL
29 Maintainer:
30 all