wcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13 systems.
[gnulib.git] / modules / wcpncpy
1 Description:
2 wcpncpy() function: copy a size-bounded wide string.
3
4 Files:
5 lib/wcpncpy.c
6 lib/wcpncpy-impl.h
7 m4/wcpncpy.m4
8
9 Depends-on:
10 extensions
11 wchar
12
13 configure.ac:
14 gl_FUNC_WCPNCPY
15 gl_WCHAR_MODULE_INDICATOR([wcpncpy])
16
17 Makefile.am:
18
19 Include:
20 <wchar.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible