/* * reimplementation of Daniel Bernstein's byte library. * placed in the public domain by Uwe Ohse, uwe@ohse.de. */ #include "gen_fmt.h" FMT_UFUNC_PAD(uint0,unsigned int,10,"0123456789",'0')