view modules/wcschr @ 14296:932d02b6b200

New module 'wcschr'. * modules/wcschr: New file. * lib/wchar.in.h (wcschr): New declaration. * lib/wcschr.c: New file. * lib/wcschr-impl.h: New file, from libutf8 with modifications. * m4/wcschr.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcschr is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCHR, HAVE_WCSCHR. * modules/wchar (Makefile.am): Substitute GNULIB_WCSCHR, HAVE_WCSCHR. * tests/test-wchar-c++.cc: Test the declaration of wcschr. * doc/posix-functions/wcschr.texi: Mention the new module.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 Feb 2011 13:52:11 +0100
parents
children cac53de4219f
line wrap: on
line source

Description:
wcschr() function: search wide string for a wide character.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/wcschr.c
lib/wcschr-impl.h
m4/wcschr.m4

Depends-on:
wchar

configure.ac:
gl_FUNC_WCSCHR
gl_WCHAR_MODULE_INDICATOR([wcschr])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
Bruno Haible