|
PROGRESS
master
|
Go to the source code of this file.
Modules | |
| module | prg_openfiles_mod |
| Module to handle input output files for the PROGRESS lib. | |
Functions/Subroutines | |
| integer function, public | prg_openfiles_mod::get_file_unit (io_max) |
| Returns a unit number that is not in use. More... | |
| subroutine, public | prg_openfiles_mod::prg_open_file (io, name) |
| Opens a file to write. More... | |
| subroutine, public | prg_openfiles_mod::prg_open_file_to_read (io, name) |
| Opens a file to read. More... | |