1,852
edits
m (→C++ function) |
(→Header file: Update.) |
||
Line 53: | Line 53: | ||
=== Header file === | === Header file === | ||
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 === |