1scan_short(3) Library Functions Manual scan_short(3)
23
4
NAME
6scan_short - parse an integer in decimal ASCII representation
7
SYNTAX
9#include <scan.h>
1011
size_t scan_short(const char *src,short int *dest);
12
DESCRIPTION
14scan_short parses a short integer in decimal ASCII representation from
15src and writes the result into dest. It returns the number of bytes
16read from src.
17
SEE ALSO
19scan_int(3), scan_ushort(3), scan_xshort(3), scan_8short(3),
20fmt_short(3)
2122
23
24
scan_short(3)