Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Last active May 31, 2019 05:14
Show Gist options
  • Select an option

  • Save martinomburajr/a04c51423e2316f7ee7a53af23b5a9f4 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/a04c51423e2316f7ee7a53af23b5a9f4 to your computer and use it in GitHub Desktop.
Writing to a Connection in UNIX
#include <unistd.h>
ssize_t write(int fd, const void *buf, size_t count);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment