Files
unix/lab4/server.h
2025-11-02 13:37:19 +01:00

8 lines
88 B
C

#ifndef SERVER_H
#define SERVER_H
int server(const char *www_root, int port);
#endif