Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 244 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 244 Bytes

Simple ASIO

Tested with MSVC 19.29.30133 for x64 and Clang 12.0.1.

Building

MSVC

Open x64 Native Tools Command Prompt and run

cd path\to\this\repo
build.bat

Clang

cd path\to\this\repo
clang src\main.c