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

Go to the source code of this file.

Defines

#define ERET(val)

Functions

long _GETPOS_ (_f_int *unump, _f_int *arg2, _f_int *arg3, _f_int *arg4)

Define Documentation

#define ERET (   val)
Value:
{                       \
        errn    = val;                  \
        ret     = -1;                   \
        goto getpos_done;               \
}

Definition at line 46 of file getpos.c.

Referenced by _GETPOS_().


Function Documentation

long _GETPOS_ ( _f_int *  unump,
_f_int *  arg2,
_f_int *  arg3,
_f_int *  arg4 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines