Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / xprintf-posix
blobd25741e876be7aa9216f38a08bb4c0a874e6f6c8
1 Description:
2 A wrapper around printf with POSIX compatible format string interpretation,
3 that calls error upon ENOMEM or EILSEQ errors.
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 xprintf
15 vprintf-posix
16 vfprintf-posix
18 configure.ac:
20 Makefile.am:
22 Include:
23 "xprintf.h"
25 License:
26 GPL
28 Maintainer:
29 Bruno Haible