tcp.h (93B)
1 #pragma once 2 3 int create_socket(); 4 int accept_socket(int sock); 5 char *read_socket(int sock);