1scan_ulonglong(3) Library Functions Manual scan_ulonglong(3)
2
3
4
6 scan_ulonglong - parse an unsigned long integer in decimal ASCII repreā
7 sentation
8
10 #include <scan.h>
11
12 size_t scan_ulonglong(const char *src,unsigned long long *dest);
13
15 scan_ulonglong parses an unsigned long long integer in decimal ASCII
16 representation from src and writes the result into dest. It returns the
17 number of bytes read from src.
18
20 scan_longlong(3), fmt_ulonglong(3)
21
22
23
24 scan_ulonglong(3)