mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Require AC_USE_SYSTEM_EXTENSIONS. * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Likewise. * modules/wcpcpy (Depends-on): Add extensions. * modules/wcpncpy (Depends-on): Likewise. * doc/posix-functions/wcpcpy.texi: Mention missing declaration on glibc systems. * doc/posix-functions/wcpncpy.texi: Likewise. * doc/posix-functions/wcwidth.texi: Likewise.
33 lines
327 B
Plaintext
33 lines
327 B
Plaintext
Description:
|
|
wcpcpy() function: copy a wide string.
|
|
|
|
Status:
|
|
obsolete
|
|
|
|
Notice:
|
|
This module is obsolete.
|
|
|
|
Files:
|
|
lib/wcpcpy.c
|
|
lib/wcpcpy-impl.h
|
|
m4/wcpcpy.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCPCPY
|
|
gl_WCHAR_MODULE_INDICATOR([wcpcpy])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|