log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / wcscspn
blob88d44b4f72333213b3234d96c8fd6838b18b8ae1
1 Description:
2 wcscspn() function: search a wide string for any of a set of wide characters.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscspn.c
12 lib/wcscspn-impl.h
13 m4/wcscspn.m4
15 Depends-on:
16 wchar
17 wcslen          [test $HAVE_WCSCSPN = 0]
18 wcschr          [test $HAVE_WCSCSPN = 0]
20 configure.ac:
21 gl_FUNC_WCSCSPN
22 if test $HAVE_WCSCSPN = 0; then
23   AC_LIBOBJ([wcscspn])
25 gl_WCHAR_MODULE_INDICATOR([wcscspn])
27 Makefile.am:
29 Include:
30 <wchar.h>
32 License:
33 LGPL
35 Maintainer:
36 all