6 lines
87 B
C
6 lines
87 B
C
#pragma once
|
|
|
|
#include "../data_structures/heap.h"
|
|
|
|
void dlos_sort_heap(dlos_Heap *h);
|