1scan_uint(3)               Library Functions Manual               scan_uint(3)
2
3
4

NAME

6       scan_uint - parse an unsigned integer in decimal ASCII representation
7

SYNTAX

9       #include <scan.h>
10
11       size_t scan_uint(const char *src,int *dest);
12

DESCRIPTION

14       scan_uint  parses  an  unsigned integer in decimal ASCII representation
15       from src and writes the result into dest.  It  returns  the  number  of
16       bytes read from src.
17

SEE ALSO

19       scan_ulong(3), fmt_uint(3)
20
21
22
23                                                                  scan_uint(3)
Impressum