Fortran: Difference between revisions

Jump to navigation Jump to search
9 bytes added ,  13 July 2020
(→‎Header file: Update.)
Line 53: Line 53:
=== Header file ===
=== Header file ===


{{Code|octave_file_io.h: header file with C interface to octave_file_io.cc|<syntaxhighlight lang="C" style="font-size:13px">
Header file with C interface to {{Path|octave_file_io.cc}}.
 
{{File|octave_file_io.h|<syntaxhighlight lang="C" style="font-size:13px">
#ifndef OCTAVE_FILE_IO_H
#ifndef OCTAVE_FILE_IO_H
#define OCTAVE_FILE_IO_H
#define OCTAVE_FILE_IO_H
Line 69: Line 71:
#endif
#endif
</syntaxhighlight>}}
</syntaxhighlight>}}


=== Fortran Code ===
=== Fortran Code ===

Navigation menu