Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

WriteChars

Writes bytes to the the default output (buffered)

Declaration

Source position: amigados.pas line 2250

function WriteChars(

  buf: PChar;

  buflen: Cardinal

):LongInt;

Arguments

buf

  

Buffer of characters to write

buflen

  

Number of characters to write

Function result

Number of bytes written. -1 (EOF) indicates an error

Description

This routine writes a number of bytes to the default output. The length is returned. This routine is buffered.

See also

FPuts

  

Writes a string the the specified output

FPutC

  

Write a character to the specified output

FWrite

  

Writes a number of blocks to an output (buffered)

PutStr

  

Writes a string the the default output (buffered)


Documentation generated on: 2021-07-30