gstream-ia_allow_word_chars(3)
| ia_allow_word_chars(3) | gstream manual | ia_allow_word_chars(3) |
NAME
ia_allow_word_chars
SYNOPSIS
#include <gstream.h>
bool ia_allow_word_chars(int c);
DESCRIPTION
Allows characters that can make up a word. Any number and any alphabetic character is allowed. Actually it works by blocking some known non-alphabetic characters, so it ought to work with extended national characters too. Note that '_' also is allowed.
SEE ALSO
gstream-set_input_error_handler(3), gstream-ia_block_spaces(3)
| version 1.6 | gstream |
