Skip to content

Instantly share code, notes, and snippets.

View eugeniomiro's full-sized avatar
🦷

Eugenio Miró eugeniomiro

🦷
View GitHub Profile
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define MY_SOCK_PATH "/somepath"
#define LISTEN_BACKLOG 50
#define handle_error(msg) \