An open API service indexing awesome lists of open source software.

https://github.com/edk0/tprintf

A *printf implementation
https://github.com/edk0/tprintf

c printf

Last synced: 7 months ago
JSON representation

A *printf implementation

Awesome Lists containing this project

README

          

tprintf is a printf implementation (or will be, once it isn't missing
floating-point conversion specifiers).

Things are generally quite extensible; see tprintf.h for the interface.
Implementations of the standard C conversion specifiers can be found in
tstd.c.
Examples of most of this - including an example of a custom conversion
specifier - are in example.c.

The %n$ notation is not supported. I don't think it ever will be.