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

NAME

6       scan_short - parse an integer in decimal ASCII representation
7

SYNTAX

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

DESCRIPTION

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

SEE ALSO

19       scan_int(3),     scan_ushort(3),     scan_xshort(3),    scan_8short(3),
20       fmt_short(3)
21
22
23
24                                                                 scan_short(3)
Impressum