Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
unit.c File Reference
#include <errno.h>
#include <foreign.h>
#include <fortran.h>
#include <liberrno.h>
#include "fio.h"
Include dependency graph for unit.c:

Go to the source code of this file.

Defines

#define UNIT_PDONE   (-2.0) /* Partial record read complete, data remains */
#define UNIT_DONE   (-1.0) /* Operation completed */
#define UNIT_EOF   (0.0) /* EOF on BUFFER IN */
#define UNIT_PERROR   (1.0) /* Partially recovered error */
#define UNIT_ERROR   (2.0) /* Unrecovered Error */

Functions

_f_real _UNIT_ (_f_int *unump)

Define Documentation

#define UNIT_DONE   (-1.0) /* Operation completed */

Definition at line 49 of file unit.c.

Referenced by _UNIT_().

#define UNIT_EOF   (0.0) /* EOF on BUFFER IN */

Definition at line 50 of file unit.c.

Referenced by _UNIT_().

#define UNIT_ERROR   (2.0) /* Unrecovered Error */

Definition at line 52 of file unit.c.

Referenced by _UNIT_().

#define UNIT_PDONE   (-2.0) /* Partial record read complete, data remains */

Definition at line 48 of file unit.c.

Referenced by _UNIT_().

#define UNIT_PERROR   (1.0) /* Partially recovered error */

Definition at line 51 of file unit.c.


Function Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines