Methods

writeΒΆ

write(s:Str, fd:Int)

Write data to a file referenced by file descriptor. WARNING: Incomplete implementation. TODO: handle errors, throw exceptions. TODO: handle possible EINTR.
Source: stdlib.ngs:2872

fd

File descriptor to write to

Returns

unspecified at this time, do not count on it