-
-
Save yurriy/a3c708c1d6af0fbf8db599a9b9b92c23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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