[UP]


Manual Reference Pages  - is_iostat_eor (3)

NAME

IS_IOSTAT_EOR(3f) - [FORTRAN:INTRINSIC] True if and only if a value indicates an end-of-record condition.

CONTENTS

Synopsis
Description
Argument
Result
Class

SYNOPSIS

logical IS_IOSTAT_EOR (I)

integer,intent(in) :: I

DESCRIPTION

True if and only if a value indicates an end-of-record condition.

ARGUMENT

I shall be of type integer.

RESULT

Default logical. The result has the value true if and only if I is a value for the scalar-int-variable in an IOSTAT= specifier that would indicate an end-of-record condition.

CLASS

Elemental function.


is_iostat_eor (3) March 18, 2019
Generated by manServer 1.08 from 3f3f3f21-fd68-472f-a682-a1dc5e506522 using man macros.