bind9/lib/isc/include
Ondřej Surý 38124cfcb2
Simplify add/sub/mul overflow checks
Use C23 stdckdint.h when available and define ckd_{mul,add,sub} shims to
__builtin_{mul,add,sub}_overflow().  Require the __builtin functions
unconditionally.
2025-08-26 15:32:53 +02:00
..
isc Simplify add/sub/mul overflow checks 2025-08-26 15:32:53 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00