LibUFN is a library of micro-functionalities (µFN).
Go to file
Eric-Paul Ickhorn e6b1497266 feature(ascii): Added ascii character range identification. 2024-05-23 02:24:14 +02:00
inc-c/ufn feature(ascii): Added ascii character range identification. 2024-05-23 02:24:14 +02:00
.gitignore structure(gitignore): Added valgrind dumps to gitignore. 2024-05-23 01:43:45 +02:00
LICENSE Initial commit 2024-05-22 22:06:47 +00:00
README.md typo(readme): Improved the spelling in the README a little. 2024-05-23 01:44:29 +02:00

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:

  1. ufn_arena: An arena allocator for optimizing string processing.
  2. 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.