Initial commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user