1scan_ushort(3) Library Functions Manual scan_ushort(3)
23
4
NAME
6scan_ushort - parse an unsigned short integer in decimal ASCII repre‐
7sentation
8
SYNTAX
10#include <scan.h>
1112
size_t scan_ushort(const char *src,unsigned short *dest);
13
DESCRIPTION
15scan_ushort parses an unsigned short integer in decimal ASCII represen‐
16tation from src and writes the result into dest. It returns the number
17of bytes read from src.
18
SEE ALSO
20scan_xshort(3), scan_8short(3), fmt_ulong(3)
2122
23
24
scan_ushort(3)