1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/wctrans
Bruno Haible 52c4f309aa New module 'wctrans'.
* modules/wctrans: New file.
* lib/wctype.in.h (wctrans): New declaration.
* lib/wctrans.c: New file.
* lib/wctrans-impl.h: New file.
* m4/wctrans.m4: New file.
* m4/wctype_h.m4 (gl_WCTYPE_H): Test whether wctrans is declared.
(gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_WCTRANS.
* modules/wctype-h (Makefile.am): Substitute GNULIB_WCTRANS.
* tests/test-wctype-h-c++.cc: Test the declaration of wctrans.
* doc/posix-functions/wctrans.texi: Mention the new module.
2011-02-09 20:54:32 +01:00

26 lines
308 B
Plaintext

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
gl_WCTYPE_MODULE_INDICATOR([wctrans])
Makefile.am:
Include:
<wctype.h>
License:
LGPL
Maintainer:
Bruno Haible