1Description: 2wcpncpy() function: copy a size-bounded wide string. 3 4Files: 5lib/wcpncpy.c 6lib/wcpncpy-impl.h 7m4/wcpncpy.m4 8 9Depends-on: 10extensions 11wchar 12 13configure.ac: 14gl_FUNC_WCPNCPY 15if test $HAVE_WCPNCPY = 0; then 16 AC_LIBOBJ([wcpncpy]) 17fi 18gl_WCHAR_MODULE_INDICATOR([wcpncpy]) 19 20Makefile.am: 21 22Include: 23<wchar.h> 24 25License: 26LGPL 27 28Maintainer: 29Bruno Haible 30