renamed stio to mio

This commit is contained in:
2018-12-12 13:06:37 +00:00
parent 60cff400ac
commit daf5143ba3
37 changed files with 0 additions and 0 deletions

2
mio/lib/Makefile Normal file
View File

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