1 2 3 4 5
#include "scan_number.h" SCAN_NUMBER_DEFINE(scan_ulong, unsigned long, 10) #if 0 unsigned int scan_ulong(const char *s, unsigned long *u) /*EXTRACT_INCL*/ #endif