LOGICAL FUNCTION SYNC3( FNAME )
CHARACTER*(*) FNAME ! logical file name
int sync3c( const char * fname )
INCLUDE 'IODECL3.EXT' for Fortran, or
#include "iodecl3.h" and
#include "fdesc3.h" for C.
I/O API must already be initialized by a call to
INIT3().
Names FNAME must have length at most 16, exclusive of
trailing blanks.
File FNAME must already have been opened by
OPEN3() or
open3c().
...
INCLUDE 'IODECL3.EXT'
INCLUDE 'PARMS3.EXT'
...
<under construction>
...
...
#include "iodecl3.h"
...
<under construction>
...
To: Models-3/EDSS I/O API: The Help Pages