Replaced some networking functions with new ones.

This commit is contained in:
Tiiffi
2015-11-19 07:16:00 +02:00
parent 7605586324
commit 9c6c8e3069
2 changed files with 98 additions and 76 deletions

View File

@ -1,7 +1,7 @@
####Compiling:
Compile with GCC or CLANG:
```cc -std=gnu99 -Wpedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
```cc -std=gnu99 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
or just run **make**.