Writes a string the the specified output
Source position: amigados.pas line 1862
function FPuts( |
fh: LongInt; |
str: PChar |
):LongInt; |
0 normally, otherwise -1. Note that this is opposite of most other Dos functions, which return success.
This routine writes an unformatted string to the filehandle. No newline is appended to the string. This routine is buffered.
|
Reads a line from the specified input (buffered) |
|
|
Write a character to the specified output |
|
|
Writes a number of blocks to an output (buffered) |
|
|
Writes a string the the default output (buffered) |