Skip to content

Instantly share code, notes, and snippets.

View TanmayPatil105's full-sized avatar
🍂
Wake me up at UNIX time reset

Tanmay TanmayPatil105

🍂
Wake me up at UNIX time reset
View GitHub Profile
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/wait.h>