timespec_get: New module.
[gnulib.git] / modules / wcsncpy
blob70520eaf8c5a14e5d597c86dc0bb005ec977d62d
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 if test $HAVE_WCSNCPY = 0; then
21   AC_LIBOBJ([wcsncpy])
23 gl_WCHAR_MODULE_INDICATOR([wcsncpy])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all