Files
unix/lab5/server.h
2025-11-17 11:26:08 +01:00

9 lines
72 B
C

#ifndef SERVER_H
#define SERVER_H
int chat_server(int port);
#endif