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_scan.h"
6 #include "scan.h"
7 
8 SCAN_UFUNC(ulong,unsigned long,10,"0123456789")
9