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

NAME

6       scan_xint  - parse an unsigned integer in hexadecimal ASCII representa‐
7       tion
8

SYNTAX

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

DESCRIPTION

15       scan_xint parses an unsigned integer in hexadecimal  ASCII  representa‐
16       tion from src and writes the result into dest. It returns the number of
17       bytes read from src.
18

SEE ALSO

20       scan_xlong(3), scan_xint(3), fmt_8int(3)
21
22
23
24                                                                  scan_xint(3)
Impressum