1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/wcpncpy
Bruno Haible a2447dd991 wcpncpy: Move AC_LIBOBJ invocations to module description.
* m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from
here...
* modules/wcpncpy (configure.ac): ... to here.
2011-06-16 00:07:05 +02:00

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