Skip to content

Instantly share code, notes, and snippets.

View acious's full-sized avatar

Jongchan Kim acious

View GitHub Profile
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <sys/stat.h>
#include <dirent.h>
#include <ctype.h>
#define FIFO_FILE "/tmp/fifo"