4 lines
83 B
C
4 lines
83 B
C
|
#pragma once
|
||
|
int server_init_sock(int port);
|
||
|
int server_accept_client(int server);
|