view modules/wcscoll @ 40161:71ec1d2c1db9

gperf: Fix error when this module is required by some test module. * modules/gperf (Applicability): Set to 'all'.
author Bruno Haible <bruno@clisp.org>
date Sun, 27 Jan 2019 23:57:16 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
wcscoll() function: compare two wide strings using the current locale.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/wcscoll.c
lib/wcscoll-impl.h
m4/wcscoll.m4

Depends-on:
wchar

configure.ac:
gl_FUNC_WCSCOLL
if test $HAVE_WCSCOLL = 0; then
  AC_LIBOBJ([wcscoll])
fi
gl_WCHAR_MODULE_INDICATOR([wcscoll])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
all