Add heapsort

This commit is contained in:
Robert Millan
2006-03-29 13:55:22 +00:00
committed by Guillem Jover
parent daccb6a850
commit 3462d1261f
5 changed files with 190 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ const char *fmtcheck (const char *, const char *);
char *getprogname ();
void setprogname (char *);
int heapsort (void *, size_t, size_t, int (*)(const void *, const void *));
#endif