xprintf

Summary

Xprintf is an ISO C99 fprintf() formatting implementation aimed at embedded SW. Your output stream is easily connected. Small code and stack footprint, no malloc(). Full ISO C99 implementation, floating point support can be disabled.

Xprintf is an independent implementation and is written from the ground up following the standard without borrowing any code.

Author

Markus van Dijk (robbesol on github)
Contact: via a github message to robbesol or via mail to
 xprintf  a t  robbesol net

License

Open Source (Simplified BSD License)

Project

Hosted on github as robbesol/xprintf

API and code documentation

Wiki

Issues

Download

You can also clone the project with Git by running:

$ git clone git://github.com/robbesol/xprintf