Go to the source code of this file.
Functions | |
| int | openF77file (char *name) |
| Opens a file for Fortran-routines. | |
| void | closeF77file (int fd) |
| Closes a file, which was opened with openf77file before. | |
| int openF77file | ( | char * | name | ) |
Opens a file for Fortran-routines.
| name | Filename. |
| void closeF77file | ( | int | fd | ) |
Closes a file, which was opened with openf77file before.
| fd | The filedescriptor, you got from openf77file. |
1.4.7