Write a character to the specified output
Source position: amigados.pas line 1837
function FPutC( |
fh: LongInt; |
ch: LongInt |
):LongInt; |
Either the character written, or EOF for an error.
Writes a single character to the output stream. This call is buffered. Use DosFlush() between buffered and unbuffered I/O on a filehandle. Interactive filehandles are flushed automatically on a newline, return, 0, or line feed.
|
Read a character from the specified input (buffered) |
|
|
Makes a char available for reading again. (buffered) |
|
|
Flushes buffers for a buffered filehandle |