1ia_allow_hexadigits(3) gstream manual ia_allow_hexadigits(3)
23
4
NAME
6ia_allow_hexadigits
7
SYNOPSIS
9#include <gstream.h>
1011
12
bool ia_allow_hexadigits(int c);
13
DESCRIPTION
15Allows only hexadecimal digits (0123456789abcdefABCDEF) - for inputting
16hexadecimal numbers.
1718
SEE ALSO
20gstream-set_input_error_handler(3), gstream-ia_allow_integer(3),
21gstream-ia_allow_decimal(3)
2223
24
25
gstream version 1.6 ia_allow_hexadigits(3)