pthread: fix pthread.h creation for srcdir != builddir
[gnulib.git] / modules / strncat
1 Description:
2 strncat() function: append part of a string to a string.
3
4 Files:
5 lib/strncat.c
6 m4/strncat.m4
7 m4/mmap-anon.m4
8
9 Depends-on:
10 string
11
12 configure.ac:
13 gl_FUNC_STRNCAT
14 gl_STRING_MODULE_INDICATOR([strncat])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Bruno Haible