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

NAME

6       scan_ushort  -  parse an unsigned short integer in decimal ASCII repre‐
7       sentation
8

SYNTAX

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

DESCRIPTION

15       scan_ushort parses an unsigned short integer in decimal ASCII represen‐
16       tation  from src and writes the result into dest. It returns the number
17       of bytes read from src.
18

SEE ALSO

20       scan_xshort(3), scan_8short(3), fmt_ulong(3)
21
22
23
24                                                                scan_ushort(3)
Impressum