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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
strdup-posix
blob
a6381f7ac33b1f92a66cc0dfdfb79a098310303f
1
Description:
2
strdup() function: duplicate a string.
3
4
Files:
5
lib/strdup.c
6
m4/strdup.m4
7
8
Depends-on:
9
string
10
malloc-posix [test $REPLACE_STRDUP = 1]
11
12
configure.ac:
13
gl_FUNC_STRDUP_POSIX
14
if test $REPLACE_STRDUP = 1; then
15
AC_LIBOBJ([strdup])
16
gl_PREREQ_STRDUP
17
fi
18
gl_STRING_MODULE_INDICATOR([strdup])
19
20
Makefile.am:
21
22
Include:
23
<string.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all, glibc