This commit is contained in:
Олег Бородин
2025-10-01 11:21:05 +02:00
commit 9abd8a5e19
50 changed files with 12685 additions and 0 deletions

10
server.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef SERVER_H_QWERTY
#define SERVER_H_QWERTY
int server_init(void);
int server_config(void);
int server_run(void);
#endif