mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from here... * modules/wcpncpy (configure.ac): ... to here.
30 lines
352 B
Plaintext
30 lines
352 B
Plaintext
Description:
|
|
wcpncpy() function: copy a size-bounded wide string.
|
|
|
|
Files:
|
|
lib/wcpncpy.c
|
|
lib/wcpncpy-impl.h
|
|
m4/wcpncpy.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCPNCPY
|
|
if test $HAVE_WCPNCPY = 0; then
|
|
AC_LIBOBJ([wcpncpy])
|
|
fi
|
|
gl_WCHAR_MODULE_INDICATOR([wcpncpy])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|