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