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

PutStr

Writes a string the the default output (buffered)

Declaration

Source position: amigados.pas line 2402

function PutStr(

  const String_: STRPTR

):LongInt;

Arguments

String_

  

Null-terminated string to be written to default output

Function result

0 for success, -1 for any error. NOTE: this is opposite most Dos function returns!

Description

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.

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)

WriteChars

  

Writes bytes to the the default output (buffered)


Documentation generated on: 2017-01-10