32 lines
433 B
Plaintext
32 lines
433 B
Plaintext
Description:
|
|
wcsxfrm() function: transform wide string for comparison using the current
|
|
locale.
|
|
|
|
Files:
|
|
lib/wcsxfrm.c
|
|
lib/wcsxfrm-impl.h
|
|
m4/wcsxfrm.m4
|
|
|
|
Depends-on:
|
|
free-posix
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSXFRM
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCSXFRM], [test $HAVE_WCSXFRM = 0])
|
|
gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCSXFRM
|
|
lib_SOURCES += wcsxfrm.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|