mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 15:16:53 +02:00
Add heapsort
This commit is contained in:

committed by
Guillem Jover

parent
daccb6a850
commit
3462d1261f
@@ -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
|
||||
|
Reference in New Issue
Block a user