Eric-Paul Ickhorn e6b1497266 | ||
---|---|---|
inc-c/ufn | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
libUFN
LibUFN is a library of micro-functionalities (The name stands for µFN). It currently consists of 2 independent single-header libraries
Functionality
There are only 2 libraries currently:
- ufn_arena: An arena allocator for optimizing string processing.
- ufn_round: Functions for rounding to the next multiple of some number or to the next power of 2. Currently only floor()'s and ceil()'s to those.