view modules/wcpncpy @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents 0e2a34f6919c
children
line wrap: on
line source

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