xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / xvasprintf-posix
blob8811f9c89cef3b6a271fd852ba272cbfa6db593e
1 Description:
2 vasprintf and asprintf with POSIX compatible format string interpretation and
3 with out-of-memory checking.  Also see xalloc-die.
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
13 Depends-on:
14 xvasprintf
15 vasprintf-posix
17 configure.ac:
19 Makefile.am:
21 Include:
22 "xvasprintf.h"
24 License:
25 GPL
27 Maintainer:
28 Bruno Haible