Files
sock.h/README.md
2025-04-25 01:52:14 +02:00

14 lines
281 B
Markdown

# sock.h
A simple C socket library wrapper. Supporting TCP and UDP via IPv4 and IPv6.
## Quick start
There are many examples in the repository that show how this library
simplifies the usage of sockets in C. To build them you can use the Makefile
provided.
```console
make
```