Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Latest commit

History

History
23 lines (16 loc) 路 1.36 KB

README.md

File metadata and controls

23 lines (16 loc) 路 1.36 KB

CCookbook 馃嵆

Description

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).

Content

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

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