f77initio(3) CLIX f77initio(3)
NAME
f77initio, f77uninitio - Initializes or terminates FORTRAN I/O from C
LIBRARY
FORTRAN Library (libap_f.a)
SYNOPSIS
void f77initio( );
void f77uninitio( );
DESCRIPTION
The f77initio() function initializes FORTRAN I/O by calling the
appropriate functions in the FORTRAN library. The f77initio() function
must be called in programs that define their main function in C and also
use FORTRAN I/O. The f77uninitio() terminates FORTRAN I/O by calling the
appropriate functions in the FORTRAN library. f77uninitio() flushes data
and closes any open FORTRAN logical unit numbers. These two functions are
designed to be called from C source only.
RELATED INFORMATION
Functions: fnum(3), flush(3)
2/94 - Intergraph Corporation 1