Last active
May 31, 2019 05:14
-
-
Save martinomburajr/a04c51423e2316f7ee7a53af23b5a9f4 to your computer and use it in GitHub Desktop.
Writing to a Connection in UNIX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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