Skip to content

Instantly share code, notes, and snippets.

@yurriy

yurriy/1.c Secret

Created June 14, 2017 06:40
Show Gist options
  • Save yurriy/a3c708c1d6af0fbf8db599a9b9b92c23 to your computer and use it in GitHub Desktop.
Save yurriy/a3c708c1d6af0fbf8db599a9b9b92c23 to your computer and use it in GitHub Desktop.
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <math.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <signal.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <sys/eventfd.h>
#include <pthread.h>
#include <limits.h>
#include <fcntl.h>
#include <sys/epoll.h>
#include <sys/signalfd.h>
#include <sys/timerfd.h>
#include <errno.h>
#include <stdatomic.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment