Read a character from the specified input (buffered)
Source position: amigados.pas line 1834
function FGetC( |
fh: LongInt |
):LongInt; |
character read (0-255) or -1
Reads the next character from the input stream. A -1 is returned when EOF or an error is encountered. This call is buffered. Use DosFlush() between buffered and unbuffered I/O on a filehandle.
|
Write a character to the specified output |
|
|
Makes a char available for reading again. (buffered) |
|
|
Flushes buffers for a buffered filehandle |