bind9/lib/isc/include
Ondřej Surý ae997d9e21
Add ISC_LIST_FOREACH(_SAFE) macros
There's a recurring pattern walking the ISC_LISTs that just repeats over
and over.  Add two macros:

 * ISC_LIST_FOREACH(list, elt, link) - walk the static list
 * ISC_LIST_FOREACH_SAFE(list, elt, link, next) - walk the list in
   a manner that's safe against list member deletions
2023-04-25 08:16:46 +02:00
..
isc Add ISC_LIST_FOREACH(_SAFE) macros 2023-04-25 08:16:46 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00