verify: new macro 'assume'
[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 if test $REPLACE_STRNCAT = 1; then
15   AC_LIBOBJ([strncat])
16   gl_PREREQ_STRNCAT
17 fi
18 gl_STRING_MODULE_INDICATOR([strncat])
19
20 Makefile.am:
21
22 Include:
23 <string.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible