stdlib: Add a copyright header.
[gnulib.git] / modules / wcsncpy
blobe8a165e6df8eb3c4a58f64124b721600023f90bb
1 Description:
2 wcsncpy() function: copy a size-bounded wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcsncpy.c
12 lib/wcsncpy-impl.h
13 m4/wcsncpy.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSNCPY
20 gl_CONDITIONAL([GL_COND_OBJ_WCSNCPY], [test $HAVE_WCSNCPY = 0])
21 gl_WCHAR_MODULE_INDICATOR([wcsncpy])
23 Makefile.am:
24 if GL_COND_OBJ_WCSNCPY
25 lib_SOURCES += wcsncpy.c
26 endif
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all