Skip to content

Instantly share code, notes, and snippets.

View MartianLee's full-sized avatar
🐢
working hard with Javascript

SeongHwa Joy MartianLee

🐢
working hard with Javascript
View GitHub Profile
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <signal.h>
#include <pthread.h>
#include <sys/signalfd.h>
#include <sys/time.h>
#include <sys/types.h>
#define handle_error(msg) \