Mercurial > hg > octave-kai > gnulib-hg
annotate modules/xprintf-posix @ 9427:f5d380f2d698
New module 'xprintf-posix'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 31 Oct 2007 02:23:50 +0100 |
parents | |
children | be869a242af0 |
rev | line source |
---|---|
9427 | 1 Description: |
2 A wrapper around printf with POSIX compatible format string interpretation, | |
3 that calls error upon ENOMEM or EILSEQ errors. | |
4 | |
5 Files: | |
6 | |
7 Depends-on: | |
8 xprintf | |
9 vprintf-posix | |
10 vfprintf-posix | |
11 | |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 "xprintf.h" | |
18 | |
19 License: | |
20 GPL | |
21 | |
22 Maintainer: | |
23 Bruno Haible | |
24 |