Update minimal_heap_implementation.inl

This commit is contained in:
2026-06-14 03:04:02 +02:00
parent 92eb9456bc
commit 9f42297bf2

View File

@@ -1,4 +1,3 @@
#include "minimal_heap.h"
#define MIHP_MIN(A, B) ((A) < (B) ? (A) : (B))
#define MIHP_MAX(A, B) ((A) > (B) ? (A) : (B))