#pragma once #ifdef __cplusplus extern "C" { #endif void heapsort(int * l, int length); #ifdef __cplusplus } #endif