Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <sys/socket.h>
#include <netdb.h>
#include <fcntl.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
// For functions returning -1 and setting errno.
#define try(function, ...) ({ \