Writes a string the the default output (buffered)
Source position: amigados.pas line 1693
function PutStr( |
const str: pCHAR |
):LongInt; |
const str: string |
):LongInt; |
0 for success, -1 for any error. NOTE: this is opposite most Dos function returns!
This routine writes an unformatted string to the default output. No newline is appended to the string and any error is returned. This routine is buffered.
|
Writes a string the the specified output |
|
|
Write a character to the specified output |
|
|
Writes a number of blocks to an output (buffered) |
|
|
Writes bytes to the the default output (buffered) |