[UP]


Manual Reference Pages  - is_iostat_end (3)

NAME

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

CONTENTS

Synopsis
Description
Argument
Result
Class

SYNOPSIS

logical IS_IOSTAT_END (I)
integer,intent(in) :: I

DESCRIPTION

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

ARGUMENT

I integer status value obtained from READ(3f)

RESULT

A default logical value is returned. 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-file condition.

CLASS

Elemental function.


is_iostat_end (3) March 18, 2019
Generated by manServer 1.08 from b4bb262e-8e6f-4c7c-997e-c3870e8c6585 using man macros.