GNU Info

Info Node: (g77-295.info)FGetC Intrinsic (function)

(g77-295.info)FGetC Intrinsic (function)


Next: FloatI Intrinsic Prev: FGet Intrinsic (function) Up: Other Intrinsics
Enter node , (file) or (file)node

FGetC Intrinsic (function)
..........................

     FGetC(UNIT, C)

FGetC: `INTEGER(KIND=1)' function.

UNIT: `INTEGER'; scalar; INTENT(IN).

C: `CHARACTER'; scalar; INTENT(OUT).

Intrinsic groups: `badu77'.

Description:

   Reads a single character into C in stream mode from unit UNIT
(by-passing normal formatted output) using `getc(3)'.  Returns 0 on
success, -1 on end-of-file, and the error code from `ferror(3)'
otherwise.

   Stream I/O should not be mixed with normal record-oriented
(formatted or unformatted) I/O on the same unit; the results are
unpredictable.

   For information on other intrinsics with the same name: Note: FGetC
Intrinsic (subroutine).


automatically generated by info2www version 1.2.2.9