[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

WriteChars

Writes bytes to the the default output (buffered)

Declaration

Source position: amigados.pas line 2401

function WriteChars(

  const Buf: STRPTR;

  BufLen: LongWord

):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: 2017-01-10