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

FPuts

Writes a string the the specified output

Declaration

Source position: amigados.pas line 2300

function FPuts(

  File_: BPTR;

  const String_: STRPTR

):LongInt;

Arguments

File_

  

filehandle to use for buffered I/O

String_

  

Null-terminated string to be written to default output

Function result

0 normally, otherwise -1. Note that this is opposite of most other Dos functions, which return success.

Description

This routine writes an unformatted string to the filehandle. No newline is appended to the string. This routine is buffered.

See also

FGets

  

Reads a line from the specified input (buffered)

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