view modules/wctrans @ 16455:cfdc186017be

New module 'fabsf-ieee'. * modules/fabsf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:27:36 +0100
parents 2f44e6e0e98b
children
line wrap: on
line source

Description:
wctrans() function: get descriptor for a wide character case conversion.

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

Depends-on:
wctype-h

configure.ac:
gl_FUNC_WCTRANS
if test $HAVE_WCTRANS = 0; then
  AC_LIBOBJ([wctrans])
fi
gl_WCTYPE_MODULE_INDICATOR([wctrans])

Makefile.am:

Include:
<wctype.h>

License:
LGPL

Maintainer:
Bruno Haible