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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9427
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 A wrapper around printf with POSIX compatible format string interpretation,
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 that calls error upon ENOMEM or EILSEQ errors.
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 xprintf
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 vprintf-posix
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 vfprintf-posix
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 "xprintf.h"
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 License:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 GPL
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible
f5d380f2d698 New module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24