1scan_uint(3) Library Functions Manual scan_uint(3)
23
4
NAME
6scan_uint - parse an unsigned integer in decimal ASCII representation
7
SYNTAX
9#include <scan.h>
1011
size_t scan_uint(const char *src,int *dest);
12
DESCRIPTION
14scan_uint parses an unsigned integer in decimal ASCII representation
15from src and writes the result into dest. It returns the number of
16bytes read from src.
17
SEE ALSO
19scan_ulong(3), fmt_uint(3)
2021
22
23
scan_uint(3)