blob: 5923f384de28e4b42a9e86e20489d7eef71f82b4 [file] [log] [blame] [view]
C runtime functions
===================
This library includes functions that the C compiler may require for a working C implementation.
Functions are added here as needed.
It currently contains
- [`cz.c`](cz.c), which provides `clz` and `ctz` (count leading / trailing zeroes).