mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
ifdef
This commit is contained in:
@@ -210,7 +210,7 @@ size_t MIHP_GetMinimalPayloadSize(const MIHP_Heap* heap);
|
||||
size_t MIHP_GetMaximalPayloadSize(const MIHP_Heap* heap);
|
||||
/* */
|
||||
|
||||
#if MIHP_IMPLEMENTATION
|
||||
#ifdef MIHP_IMPLEMENTATION
|
||||
#include "minimal_heap_implementation.inl"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#define MIHP_IMPLEMENTATION 1
|
||||
#define MIHP_IMPLEMENTATION
|
||||
#include "minimal_heap.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user