diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / wcsxfrm
blobff8c8f04ca6277bc332564adb9d1d26c00dfd7cb
1 Description:
2 wcsxfrm() function: transform wide string for comparison using the current
3 locale.
5 Files:
6 lib/wcsxfrm.c
7 lib/wcsxfrm-impl.h
8 m4/wcsxfrm.m4
10 Depends-on:
11 free-posix
12 wchar
14 configure.ac:
15 gl_FUNC_WCSXFRM
16 gl_CONDITIONAL([GL_COND_OBJ_WCSXFRM], [test $HAVE_WCSXFRM = 0])
17 gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
19 Makefile.am:
20 if GL_COND_OBJ_WCSXFRM
21 lib_SOURCES += wcsxfrm.c
22 endif
24 Include:
25 <wchar.h>
27 License:
28 LGPL
30 Maintainer:
31 all