summaryrefslogtreecommitdiff
path: root/modules/wctrans
blob: 05db912b2331a6eb6a37849c63991125340ccba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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:
all