file-write

[procedure] file-write fileno buffer [size]

Chicken: low-level write(2) interface. See also file-open, port->fileno.

Some other implementation provides a way to write a chunk of data, bypassing buffering mechanism; see also block-write.