Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created June 10, 2015 18:58
Show Gist options
  • Select an option

  • Save shichao-an/dc05a71e1e7eb4c18a0f to your computer and use it in GitHub Desktop.

Select an option

Save shichao-an/dc05a71e1e7eb4c18a0f to your computer and use it in GitHub Desktop.
#include <unistd.h>
ssize_t write(int fd, const void *buf, size_t nbytes);
/* Returns: number of bytes written if OK, −1 on error */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment