unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / towctrans
blobe2eedb81d0aace3a5806dbe68381d047f1e6a566
1 Description:
2 towctrans() function: convert a wide character using a case mapping.
4 Files:
5 lib/towctrans.c
6 lib/towctrans-impl.h
7 m4/towctrans.m4
8 m4/wctrans.m4
10 Depends-on:
11 wctype-h
13 configure.ac:
14 gl_FUNC_TOWCTRANS
15 gl_CONDITIONAL([GL_COND_OBJ_TOWCTRANS], [test $HAVE_TOWCTRANS = 0 || test $REPLACE_WCTRANS = 1])
16 gl_WCTYPE_MODULE_INDICATOR([towctrans])
18 Makefile.am:
19 if GL_COND_OBJ_TOWCTRANS
20 lib_SOURCES += towctrans.c
21 endif
23 Include:
24 <wctype.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all