SPRINTX
-------

  This is a portable implementation of a lightweight vsprintf()/sprintf(),
targeted mostly at embedded platforms. It is reentrant, uses a small stack
frame and is ANSI C. Code footprint can be reduced by disabling various
features in "sprintxcfg.h". Adding new format specifiers is pretty easy.

Have fun!
  -- VladiTX
