A std-like c library
Find a file
snarmph c4d1ffe539 added:
* file: small wrap over winapi for windows and stdio for posix
 * fs: small wrapper over stat
 * slice: slice macro type
modified:
 * str and strview are now slices
2021-10-06 00:13:10 +02:00
CMakeLists.txt added: 2021-10-06 00:13:10 +02:00
coroutine.c added: 2021-10-05 17:57:27 +02:00
coroutine.h added: 2021-10-06 00:13:10 +02:00
file.c added: 2021-10-06 00:13:10 +02:00
file.h added: 2021-10-06 00:13:10 +02:00
fs.c added: 2021-10-06 00:13:10 +02:00
fs.h added: 2021-10-06 00:13:10 +02:00
http.c added: 2021-10-06 00:13:10 +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
slice.h added: 2021-10-06 00:13:10 +02:00
socket.c added: 2021-10-06 00:13:10 +02:00
socket.h added: 2021-10-06 00:13:10 +02:00
str.c added: 2021-10-06 00:13:10 +02:00
str.h added: 2021-10-06 00:13:10 +02:00
strstream.c added: 2021-10-06 00:13:10 +02:00
strstream.h added: 2021-10-05 17:57:27 +02:00
strview.c added: 2021-10-06 00:13:10 +02:00
strview.h added: 2021-10-06 00:13:10 +02:00
tracelog.c added: 2021-10-05 17:57:27 +02:00
tracelog.h added: 2021-10-05 17:57:27 +02:00