A std-like c library
Find a file
alessandrobason 915fd081f3 added:
- file: bool fileExists
 - str: removed c++ string conversion
 - tracelog: added utf8 output for windows
2022-03-31 02:19:14 +01:00
CMakeLists.txt added: 2021-10-27 11:45:27 +01:00
coroutine.c added: 2021-10-25 01:32:31 +01:00
coroutine.h added: 2021-10-25 01:32:31 +01:00
cthreads.c added: 2021-11-24 10:15:47 +00:00
cthreads.h added: 2021-11-24 10:15:47 +00:00
dir.c added: 2021-11-24 10:15:47 +00:00
dir.h added some utility functions + fixed error in ostrAppendview 2021-10-31 10:25:46 +00:00
dirwatch.c added: 2021-11-24 10:15:47 +00:00
dirwatch.h added: 2021-10-27 11:45:27 +01:00
file.c added: 2022-03-31 02:19:14 +01:00
file.h added: 2022-03-31 02:19:14 +01:00
fs.c added: 2021-11-24 10:15:47 +00:00
fs.h added: 2021-10-25 01:32:31 +01:00
http.c added: 2021-11-24 10:15:47 +00:00
http.h added: 2021-11-24 10:15:47 +00:00
os.c added: 2021-11-24 10:15:47 +00:00
os.h added: 2021-11-24 10:15:47 +00:00
socket.c added: 2021-11-24 10:15:47 +00:00
socket.h added: 2021-11-24 10:15:47 +00:00
str.c added: 2022-03-31 02:19:14 +01:00
str.h added: 2022-03-31 02:19:14 +01:00
strstream.c added some utility functions + fixed error in ostrAppendview 2021-10-31 10:25:46 +00:00
strstream.h added: 2022-03-31 02:19:14 +01:00
tracelog.c added: 2022-03-31 02:19:14 +01:00
tracelog.h added readWholeFile and more generic tracelog with va_list 2021-10-31 00:36:05 +01:00
vec.h added mutex support on linux 2021-10-27 12:32:22 +01:00
win32_slim.h added: 2021-11-24 10:15:47 +00:00