SYS_write
Man Page
Writes up to count bytes from the buffer starting at buf to the file
referred to by the file descriptor fd.
Signature
Notes
- On success, returns the number of bytes written
- On error, returns -1 and sets errno appropriately
- A successful return does not guarantee the data has been committed to disk