lab4 webserver

This commit is contained in:
2025-11-02 13:37:19 +01:00
parent 81af17d42c
commit 895958d058
12 changed files with 470 additions and 0 deletions

7
lab4/server.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef SERVER_H
#define SERVER_H
int server(const char *www_root, int port);
#endif