libfuncs is collection of code (list, queue, circular buffer, io, logging, etc.). https://georgi.unixsol.org/programs/libfuncs/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Georgi Chorbadzhiyski c1e105edd6 The code is under MIT license. 12 years ago
.gitignore Initial import 13 years ago
LICENSE-MIT.txt The code is under MIT license. 12 years ago
Makefile Add circullar (cbuf) buffer code. 12 years ago
asyncdns.c The code is under MIT license. 12 years ago
asyncdns.h The code is under MIT license. 12 years ago
cbuf.c The code is under MIT license. 12 years ago
cbuf.h The code is under MIT license. 12 years ago
http_response.c The code is under MIT license. 12 years ago
http_response.h The code is under MIT license. 12 years ago
io.c The code is under MIT license. 12 years ago
io.h The code is under MIT license. 12 years ago
libfuncs.h The code is under MIT license. 12 years ago
list.c The code is under MIT license. 12 years ago
list.h The code is under MIT license. 12 years ago
log.c The code is under MIT license. 12 years ago
log.h The code is under MIT license. 12 years ago
misc.c The code is under MIT license. 12 years ago
misc.h The code is under MIT license. 12 years ago
queue.c The code is under MIT license. 12 years ago
queue.h The code is under MIT license. 12 years ago
server.c The code is under MIT license. 12 years ago
server.h The code is under MIT license. 12 years ago