This module implements input from a file. A new file-stream is created by new_file_stream(). The file must already be open.
The current file stream is set by file_stream(). All other functions act on the current file-stream. file_current_line() returns the current line. The value of *cur_char is set to the column number of the current character in the current line. This gives the exact location in the current file.