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

Go to the source code of this file.

Defines

#define ERROR0(cond, n)
#define ERROR1(cond, n, p)

Functions

int _WUF ()
int _WUI (_fcd funit, _fcd _arg2, long *err, long *_arg4, _f_int *iostat, _f_int *rec, FIOSPTR cssa)
int _WUF (FIOSPTR cssa)

Define Documentation

#define ERROR0 (   cond,
 
)
Value:
{       \
        if (!(cond))            \
                _ferr(css, (n));\
        else                    \
                goto error;     \
}

Definition at line 60 of file wu.c.

Referenced by _WUI().

#define ERROR1 (   cond,
  n,
 
)
Value:
{       \
        if (!(cond))            \
                _ferr(css, (n), p);\
        else                    \
                goto error;     \
}

Definition at line 67 of file wu.c.

Referenced by _WUI().


Function Documentation

int _WUF ( )

Referenced by _WUI().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines