commited some initial works

This commit is contained in:
2016-01-26 16:02:20 +00:00
parent 7fffbee66d
commit 50672e87b2
8 changed files with 1543 additions and 0 deletions

2
stio/lib/Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
cc -o stio main.c stio.c stio-tcp.c stio-udp.c stio-sck.c