HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the source code of this file.
Functions | |
MEMSPACE void | heapify (int *v, int size, int root) |
MEMSPACE void | heapsort (int *v, int size) |
MEMSPACE void | insert_sort (uint16_t *v, int size) |
MEMSPACE void heapify | ( | int * | v, |
int | size, | ||
int | root | ||
) |
Definition at line 29 of file sort.c.
Referenced by heapify(), and heapsort().