From 5650d887357bf2a3fac8c5fd4f467bf8795b5fc4 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Tue, 19 Sep 2023 17:46:20 +1000 Subject: reset --- src/uthash_extra.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/uthash_extra.h (limited to 'src/uthash_extra.h') diff --git a/src/uthash_extra.h b/src/uthash_extra.h deleted file mode 100644 index cbc1056..0000000 --- a/src/uthash_extra.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include - -#define HASH_ITER2(head, el) \ - for (__typeof__(head) el = (head), __tmp = el != NULL ? el->hh.next : NULL; \ - el != NULL; el = __tmp, __tmp = el != NULL ? el->hh.next : NULL) -- cgit v1.2.3