Go to the first, previous, next, last section, table of contents.
FPut(C)
FPut: INTEGER(KIND=1) function.
C: CHARACTER; scalar; INTENT(IN).
Intrinsic groups: badu77.
Description:
Writes the single character C in stream mode to unit 6
(by-passing normal formatted output) using getc(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: See section FPut Intrinsic (subroutine).
Go to the first, previous, next, last section, table of contents.