Skip to content

Instantly share code, notes, and snippets.

View HubCodes's full-sized avatar
😀

Taemin Cha HubCodes

😀
  • Seoul
View GitHub Profile
@HubCodes
HubCodes / main.c
Last active July 9, 2020 00:31
kqueue example
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/event.h>