Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / wcsspn
blob0bfe51c7cc396939143294c2c2a4ca5ac195c7dd
1 Description:
2 wcsspn() function: advance in a wide string, skipping any of a set of wide characters.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcsspn.c
12 lib/wcsspn-impl.h
13 m4/wcsspn.m4
15 Depends-on:
16 wchar
17 wcschr          [test $HAVE_WCSSPN = 0]
19 configure.ac:
20 gl_FUNC_WCSSPN
21 if test $HAVE_WCSSPN = 0; then
22   AC_LIBOBJ([wcsspn])
24 gl_WCHAR_MODULE_INDICATOR([wcsspn])
26 Makefile.am:
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all