libowfat/scan/scan_xlong.c

6 lines
121 B
C
Raw Normal View History

2001-02-02 17:54:47 +00:00
#include "scan.h"
2006-11-07 17:56:05 +00:00
size_t scan_xlong(const char *src,unsigned long *dest) {
2013-09-09 22:09:07 +00:00
return scan_xlongn(src,(size_t)-1,dest);
2001-02-02 17:54:47 +00:00
}