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
- Host: GitHub
- URL: https://github.com/edk0/tprintf
- Owner: edk0
- Created: 2014-11-27T22:53:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T16:10:33.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T15:10:27.799Z (10 months ago)
- Topics: c, printf
- Language: C
- Size: 35.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.