Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 622 Bytes

File metadata and controls

31 lines (19 loc) · 622 Bytes

NAME

PutStr -- Writes a string the the default output (buffered) (V36)

SYNOPSIS

    error = PutStr(str)
    D0             D1

    LONG PutStr(STRPTR)

FUNCTION

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.

INPUTS

str - Null-terminated string to be written to default output

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

SEE ALSO

FPuts, FPutC, FWrite, WriteChars