fd-write
Name
fd-write -- Write to an open file.
Type: primop
Synopsis
fd-write
( fd buf offset len, len);
Arguments
- fd
An instance of <fixnum>
- buf
An instance of <string>
- offset
An instance of <fixnum>
- len
An instance of <fixnum>
Return Values
- len
An instance of <fixnum>
Description
Writes len bytes to an open file, taken from buf at
offset offset. Returns the number of bytes written or #f on error.