1 /*
2  * reimplementation of Daniel Bernstein's byte library.
3  * placed in the public domain by Uwe Ohse, uwe@ohse.de.
4  */
5 #include "gen_fmt.h"
6 
7 FMT_UFUNC(ulong,unsigned long,10,"0123456789")
8 
9