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
mbsstr, mbscasestr, mbspcasecmp: Use const-improved C++ templates.
[gnulib.git]
/
modules
/
obstack-printf
blob
9802bf8bf3bb6114727a3889939b76b9a2d0fbce
1
Description:
2
Formatted printing into an obstack.
3
4
Files:
5
m4/obstack-printf.m4
6
lib/obstack_printf.c
7
8
Depends-on:
9
obstack
10
stdio-h
11
vasnprintf
12
extensions
13
14
configure.ac:
15
gl_FUNC_OBSTACK_PRINTF
16
if test $ac_cv_func_obstack_printf = no || test $REPLACE_OBSTACK_PRINTF = 1; then
17
AC_LIBOBJ([obstack_printf])
18
fi
19
gl_STDIO_MODULE_INDICATOR([obstack-printf])
20
21
Makefile.am:
22
23
Include:
24
<stdio.h>
25
26
License:
27
GPL
28
29
Maintainer:
30
Eric Blake