5 lines
94 B
C++
Raw Permalink Normal View History

2024-09-23 13:55:33 -06:00
#pragma once
void runTcpServer(unsigned short port);
void runTcpClient(unsigned short port);