A std-like c library
* coroutines * string modified: * http: fixed a couple of bugs * strutils: renamed to os, it is now a header for some generic platform-indipendent code * tracelog: added option to not print newline at the end of a message + bug fixes |
||
|---|---|---|
| CMakeLists.txt | ||
| coroutine.c | ||
| coroutine.h | ||
| http.c | ||
| http.h | ||
| os.c | ||
| os.h | ||
| socket.c | ||
| socket.h | ||
| str.c | ||
| str.h | ||
| strstream.c | ||
| strstream.h | ||
| strview.c | ||
| strview.h | ||
| tracelog.c | ||
| tracelog.h | ||