Add obstack-printf and obstack-printf-posix modules.
[gnulib.git] / modules / obstack-printf-posix
1 Description:
2 POSIX formatted printing into an obstack.
3
4 Files:
5 m4/obstack-printf.m4
6 m4/obstack-printf-posix.m4
7 lib/obstack_printf.c
8
9 Depends-on:
10 obstack
11 stdio
12 vasnprintf-posix
13
14 configure.ac:
15 gl_FUNC_OBSTACK_PRINTF_POSIX
16 gl_STDIO_MODULE_INDICATOR([obstack-printf-posix])
17
18 Makefile.am:
19
20 Include:
21 "obstack.h"
22 <stdio.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Eric Blake