GNU Info

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

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


Next: IDate Intrinsic (VXT) Prev: FPut Intrinsic (function) Up: Other Intrinsics
Enter node , (file) or (file)node

FPutC Intrinsic (function)
..........................

     FPutC(UNIT, C)

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

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

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

Intrinsic groups: `badu77'.

Description:

   Writes the single character C in stream mode to unit UNIT
(by-passing normal formatted output) using `putc(3)'.  Returns 0 on
success, 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: FPutC
Intrinsic (subroutine).


automatically generated by info2www version 1.2.2.9