Docs » Autodocs » dos.library » PutStr
PutStr -- Writes a string the the default output (buffered) (V36)
error = PutStr(str) D0 D1 LONG PutStr(STRPTR)
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.
str - Null-terminated string to be written to default output
error - 0 for success, -1 for any error. NOTE: this is opposite most Dos function returns!
FPuts(), FPutC(), FWrite(), WriteChars()
|