Writes a string to the specified output (buffered) (V36)
SYNOPSIS
error = FPuts(fh, str)
D0 D1 D2
LONG FPuts(BPTR, STRPTR)
FUNCTION
This function writes an unformatted string to the FileHandle. No newline (line feed, ASCII code 10) is appended to the string. This operation is buffered.
INPUTS
fh
FileHandle to use for buffered I/O
str
Null-terminated string to be written to default output
RESULT
error
0 normally, otherwise -1 to indicate failure. Note that this is the opposite of most other AmigaDOS functions, which return success. Call IoErr() to find out why FPuts() has failed.