1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/wcscoll
Bruno Haible 7aae655131 New module 'wcscoll'.
* modules/wcscoll: New file.
* lib/wchar.in.h (wcscoll): New declaration.
* lib/wcscoll.c: New file.
* lib/wcscoll-impl.h: New file.
* m4/wcscoll.m4: New file.
* m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscoll is declared.
(gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCOLL, HAVE_WCSCOLL.
* modules/wchar (Makefile.am): Substitute GNULIB_WCSCOLL, HAVE_WCSCOLL.
* tests/test-wchar-c++.cc: Test the declaration of wcscoll.
* doc/posix-functions/wcscoll.texi: Mention the new module.
2011-02-07 23:36:05 +01:00

32 lines
353 B
Plaintext

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
gl_WCHAR_MODULE_INDICATOR([wcscoll])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible