1ia_allow_word_chars(3) gstream manual ia_allow_word_chars(3)
2
3
4
6 ia_allow_word_chars
7
9 #include <gstream.h>
10
11
12 bool ia_allow_word_chars(int c);
13
15 Allows characters that can make up a word. Any number and any alpha‐
16 betic character is allowed. Actually it works by blocking some known
17 non-alphabetic characters, so it ought to work with extended national
18 characters too. Note that '_' also is allowed.
19
20
22 gstream-set_input_error_handler(3), gstream-ia_block_spaces(3)
23
24
25
26gstream version 1.6 ia_allow_word_chars(3)