bind9/lib/isc/include
Tony Finch 4f97a679f0
A macro for the size of a struct with a flexible array member
It can be fairly long-winded to allocate space for a struct with a
flexible array member: in general we need the size of the struct, the
size of the member, and the number of elements. Wrap them all up in a
STRUCT_FLEX_SIZE() macro, and use the new macro for the flexible
arrays in isc_ht and dns_qp.
2023-05-12 20:48:31 +01:00
..
isc A macro for the size of a struct with a flexible array member 2023-05-12 20:48:31 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00