1scan_ulong(3) Library Functions Manual scan_ulong(3)
23
4
NAME
6scan_ulong - parse an unsigned long integer in decimal ASCII represen‐
7tation
8
SYNTAX
10#include <scan.h>
1112
size_t scan_ulong(const char *src,unsigned long *dest);
13
DESCRIPTION
15scan_ulong parses an unsigned long integer in decimal ASCII representa‐
16tion from src and writes the result into dest. It returns the number of
17bytes read from src.
18
SEE ALSO
20scan_xlong(3), scan_8long(3), fmt_ulong(3)
2122
23
24
scan_ulong(3)