A std-like c library
Find a file
snarmph bb5cce33f0 added:
* 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
2021-10-05 17:57:27 +02:00
CMakeLists.txt added: 2021-10-05 17:57:27 +02:00
coroutine.c added: 2021-10-05 17:57:27 +02:00
coroutine.h added: 2021-10-05 17:57:27 +02:00
http.c added: 2021-10-05 17:57:27 +02:00
http.h added: 2021-10-05 17:57:27 +02:00
os.c added: 2021-10-05 17:57:27 +02:00
os.h added: 2021-10-05 17:57:27 +02:00
socket.c added some stuff 2021-10-03 17:03:11 +02:00
socket.h added: 2021-10-05 17:57:27 +02:00
str.c added: 2021-10-05 17:57:27 +02:00
str.h added: 2021-10-05 17:57:27 +02:00
strstream.c added: 2021-10-05 17:57:27 +02:00
strstream.h added: 2021-10-05 17:57:27 +02:00
strview.c added: 2021-10-05 17:57:27 +02:00
strview.h first commit 2021-09-30 17:42:28 +02:00
tracelog.c added: 2021-10-05 17:57:27 +02:00
tracelog.h added: 2021-10-05 17:57:27 +02:00