iconv-h: Fix module description.
[gnulib.git] / modules / wcschr
blob9a2c457384aeced89a64efc3903ce006e6638853
1 Description:
2 wcschr() function: search wide string for a wide character.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcschr.c
12 lib/wcschr-impl.h
13 m4/wcschr.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCHR
20 if test $HAVE_WCSCHR = 0; then
21   AC_LIBOBJ([wcschr])
23 gl_WCHAR_MODULE_INDICATOR([wcschr])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all