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

NAME

6       scan_8short  - parse an unsigned short integer in octal ASCII represen‐
7       tation
8

SYNTAX

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

DESCRIPTION

15       scan_8short parses an unsigned short integer in octal 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_xshort(3)
21
22
23
24                                                                scan_8short(3)
Impressum