Bruno Raoult 7bba3c559b *BREAKING changes*: func naming, types moved to br.h, etc...
- int types definitions moved to br.h
- bits_implementation() -> print_bitops_impl()
- 64 bitops use ...ll builtins instead of ...l
- add lsb and msb macros
- bit_for_each -> bit_for_each_1 (count from 1)
- bit_for_each_2 -> bit_for_each (count from 0)
2024-01-01 08:40:24 +01:00
2023-12-24 18:17:38 +01:00
2023-12-29 17:22:28 +01:00
2023-12-24 18:51:19 +01:00
2023-12-30 12:31:59 +01:00
Description
A small personal C library...
292 KiB
Languages
C 93.9%
Makefile 5.4%
Shell 0.7%