Writes bytes to the the default output (buffered)
Source position: amigados.pas line 2250
function WriteChars( |
buf: PChar; |
buflen: Cardinal |
):LongInt; |
buf |
|
Buffer of characters to write |
buflen |
|
Number of characters to write |
Number of bytes written. -1 (EOF) indicates an error
This routine writes a number of bytes to the default output. The length 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 a string the the default output (buffered) |