repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git]
/
modules
/
strncat
blob
8dc19d92e2482a302067367bfcddd7e6fc402576
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
all