A std-like c library
Find a file
alessandrobason bce93361b1 added:
* win32_slim.h: includes the minimal version of windows.h
modified:
 * cthread: added lock_t c++ class
 * os: added getUserName()
 * socket: modified socket_len_t to sk_len_t to better follow naming convetions in file
 * str: added operator std::string() to str_t
2021-11-24 10:15:47 +00: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: 2021-11-24 10:15:47 +00:00
file.h added some utility functions + fixed error in ostrAppendview 2021-10-31 10:25:46 +00: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: 2021-11-24 10:15:47 +00:00
str.h added: 2021-11-24 10:15:47 +00:00
strstream.c added some utility functions + fixed error in ostrAppendview 2021-10-31 10:25:46 +00:00
strstream.h added: 2021-10-25 01:32:31 +01:00
tracelog.c added: 2021-11-24 10:15:47 +00: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