Initial commit

This commit is contained in:
2025-02-18 11:48:49 +01:00
commit 82d8a71323
17 changed files with 1262 additions and 0 deletions

16
includes/main.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef MAIN_H
#define MAIN_H
#include <stdlib.h>
#include <argp.h>
#include <stdio.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>
#include <signal.h>
#include <stdbool.h>
#include <errno.h>
#include <string.h>
#endif //MAIN_H