feat: Populate repo

This commit is contained in:
2023-03-29 14:02:05 +02:00
commit 28bec5ebb8
168 changed files with 17860 additions and 0 deletions

10
include/active.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef ACTIVE_H
#define ACTIVE_H
#include <stdlib.h>
extern size_t connections_size;
extern char* connections[100];
extern int connections_head;
#endif