(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
LONG WriteChars (buf , buflen)
LOCATION
In DOSBase at offset 157
SYNOPSIS
STRPTR buf
ULONG buflen
FUNCTION
Writes the contents of the buffer to the current output stream. The number of bytes written is returned.
INPUTS
buf
Buffer to be written.
buflen
Size of the buffer in bytes.
RESULT
The number of bytes written or EOF on failure. IoErr() gives additional information in that case.
EXAMPLE
SEE ALSO
FPuts(), FPutC(), FWrite(), PutStr()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
05.11.1997 turrican
Documentation added
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column
06.12.1996 aros
Initial revision