Files
c-websocket-server/include/active.h
2023-03-29 14:02:05 +02:00

10 lines
155 B
C

#ifndef ACTIVE_H
#define ACTIVE_H
#include <stdlib.h>
extern size_t connections_size;
extern char* connections[100];
extern int connections_head;
#endif