aboutsummaryrefslogtreecommitdiff
path: root/djb/scan_ulong.c
blob: 8f240a86e56e363b57a48ddef1bf0c8b1755ffe7 (plain)
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