added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / stpncpy
1 Description:
2 stpncpy() function: copy a size-bounded string, returning a pointer to its end.
3
4 Files:
5 lib/stpncpy.c
6 m4/stpncpy.m4
7
8 Depends-on:
9 extensions
10 string
11
12 configure.ac:
13 gl_FUNC_STPNCPY
14 gl_STRING_MODULE_INDICATOR([stpncpy])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Bruno Haible, glibc