#ifndef _HEAPSORT_H_be80e4c6_ #define _HEAPSORT_H_be80e4c6_ /* This file is in the public domain. */ extern void heap_sort(void **, int, int (*)(void *, void *)); #endif