A dynamic tracer for Linux
#include "printxf.h" int main(void) { printxf(NULL, "testing %% %.*s %d\n", 3, "w000t", 13); }