view modules/wcsspn @ 14730:f0a9a2cd267c

fclose: preserve fflush errors Caught by gcc -Werror=unused-but-set-variable. * lib/fclose.c (rpl_fclose): Don't lose fflush errors. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 11 May 2011 11:35:06 -0600
parents efab6978105e
children 1e0e6481a452
line wrap: on
line source

Description:
wcsspn() function: advance in a wide string, skipping any of a set of wide characters.

Status:
obsolete

Notice:
This module is obsolete.

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

Depends-on:
wchar
wcschr          [test $HAVE_WCSSPN = 0]

configure.ac:
gl_FUNC_WCSSPN
gl_WCHAR_MODULE_INDICATOR([wcsspn])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
Bruno Haible