• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

snprintfv/H03-May-2022-6,5843,724

AUTHORSH A D23-Mar-2013312 96

COPYINGH A D23-Mar-201317.6 KiB341281

COPYING.DOCH A D23-Mar-201317.7 KiB356292

ChangeLogH A D23-Mar-201310.3 KiB331233

INSTALLH A D08-Apr-201315.4 KiB371288

Makefile.amH A D23-Mar-20131.4 KiB356

Makefile.inH A D03-May-202224.6 KiB800707

NEWSH A D23-Mar-2013938 2420

READMEH A D23-Mar-20131.3 KiB3123

THANKSH A D23-Mar-2013482 1410

TODOH A D23-Mar-2013877 2721

aclocal.m4H A D08-Apr-201335.1 KiB1,004899

commitH A D23-Mar-20136.6 KiB235164

config.h.inH A D08-Apr-20133.1 KiB12283

configureH A D03-May-2022456.8 KiB15,84813,379

configure.acH A D07-Apr-201311.4 KiB359309

gendoc.awkH A D23-Mar-201327.3 KiB930674

genprotoH A D23-Mar-20132.9 KiB9738

ltmain.shH A D23-Mar-2013135.7 KiB4,9643,971

README

1This is libsnprintfv, a portable, extensible reimplementation of the
2POSIX format printing API.  libsnprintfv provides all the features
3which should be present in a POSIX format printing implementation,
4but which often are not, such as guaranteed return of number of
5characters printed and support for %n$ format specifiers.
6
7In addition the the POSIX features, libsnprintfv also provides some
8extensions to the API, and a GNU glibc-2 compatible printf custom
9format specifier, all of which you can use with impunity if you link
10with libsnprintfv, rather than worrying about whether the target C
11library provides the extensions.  See the info manual for details of
12the API calls available, and an explanation of how to write custom
13specifier handlers.
14
15The latest version of libsnprintfv is available from the author's
16homepage: http://www.oranda.demon.co.uk.
17
18libsnprintfv is written in a very portable K&R compatible style, and
19should build anywhere that provides a reasonable C compiler and runtime.
20See the file INSTALL for instructions on how to build and install
21libsnprintfv.
22
23See the file NEWS for a description of user visible changes to
24libsnprintfv between releases.
25
26See the file TODO for a list of outstanding work.
27
28If you have any suggestions or bug reports, please send email to the
29author at <gary@gnu.org>.
30
31