1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/wcscmp
Bruno Haible be86abb4e6 New module 'wcscmp'.
* modules/wcscmp: New file.
* lib/wchar.in.h (wcscmp): New declaration.
* lib/wcscmp.c: New file.
* lib/wcscmp-impl.h: New file, from libutf8 with modifications.
* m4/wcscmp.m4: New file.
* m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscmp is declared.
(gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCMP, HAVE_WCSCMP.
* modules/wchar (Makefile.am): Substitute GNULIB_WCSCMP, HAVE_WCSCMP.
* tests/test-wchar-c++.cc: Test the declaration of wcscmp.
* doc/posix-functions/wcscmp.texi: Mention the new module.
2011-02-07 23:36:04 +01:00

32 lines
322 B
Plaintext

Description:
wcscmp() function: compare two wide strings.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcscmp.c
lib/wcscmp-impl.h
m4/wcscmp.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSCMP
gl_WCHAR_MODULE_INDICATOR([wcscmp])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible