You may or may not know, but printf is a Turing-complete language, once you exploit all the strange and wonderful format characters in it (especially %n). But who has time to write code as printf ...
This started with the code from stb_sprintf (v1.08) which is a public domain snprintf() implementation (http://github.com/nothings/stb) which itself was originally ...