f77filehandle.h File Reference
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.
|
Function Documentation
int openF77file |
( |
char * |
name |
) |
|
Opens a file for Fortran-routines.
- Parameters:
-
- Returns:
- The filedescriptor, you can use in your Fortran-code to access the file. -1, if no free descriptor was available.
void closeF77file |
( |
int |
fd |
) |
|
Closes a file, which was opened with openf77file before.
- Parameters:
-
| fd | The filedescriptor, you got from openf77file. |