Data Types | |
| type | t_source_file_container |
| Source file container. More... | |
Functions/Subroutines | |
| subroutine | source_file_initialize (source_file, filename) |
| Initialize the t_source_file_container from a file. | |
| subroutine | source_file_initialize_from_string (source_file, string, label) |
| Initialize the t_source_file_container from a string. | |
| character function | source_file_read_character (source_file) |
| Read the next character of the source file. | |
| subroutine | source_file_unread_character (source_file) |
| Return to the previous position in the source file. | |
| subroutine | source_file_finalize (source_file) |
| Close a source file. | |