Docs » Autodocs » dos.library » WriteChars
WriteChars -- Writes bytes to the the default output (buffered) (V36)
count = WriteChars(buf, buflen) D0 D1 D2 LONG WriteChars(STRPTR, LONG)
This routine writes a number of bytes to the default output. The length is returned. This routine is buffered.
buf - buffer of characters to write buflen - number of characters to write
count - Number of bytes written. -1 (EOF) indicates an error
FPuts(), FPutC(), FWrite(), PutStr()
|