mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
Update minimal_heap_implementation.inl
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#include "minimal_heap.h"
|
|
||||||
#define MIHP_MIN(A, B) ((A) < (B) ? (A) : (B))
|
#define MIHP_MIN(A, B) ((A) < (B) ? (A) : (B))
|
||||||
#define MIHP_MAX(A, B) ((A) > (B) ? (A) : (B))
|
#define MIHP_MAX(A, B) ((A) > (B) ? (A) : (B))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user