CCookbook is a collection of useful functions and macros for C
. As they were used in various projects, this repository serves as a reusable starting point (maybe continuously updated).
Folder Name | Purpose |
---|---|
cryptography |
hashing |
io |
file reading and writing |
miscellaneous |
logging, mathematical, conditions checkers and some data types |
multitasking |
threads manipulation, replicated workers, and multiprocessing |
strings |
character and string operations |
Resources consist of open-source C
libraries used in some sources from this repository. They were saved as Git modules inside the extern_modules
folder.
Name | Description | Link |
---|---|---|
uthash | C macros for working with hash tables, linked lists | repository |