DESC3() and desc3c()

Fortran version:

    LOGICAL FUNCTION SYNC3( FNAME )
        CHARACTER*(*)   FNAME           !  logical file name

C version:

   int sync3c( const char * fname )

Summary:

Preconditions:

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().

Fortran Usage:

    ...
    USAE M3UTILIO
    ...
    <under construction>
    ...

C Usage:

    ...
    #include "iodecl3.h"
    ...
    <under construction>
    ...


Previous: FILCHK3

Next: INQATT3

Up: I/O API: Public Routines

To: Models-3/EDSS I/O API: The Help Pages