HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
Typedefs
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
a
c
e
f
g
i
n
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
sort.h
Go to the documentation of this file.
1
24
#ifndef _SORT_H_
25
#define _SORT_H_
26
27
/* sort.c */
28
MEMSPACE
void
heapify
(
int
*v ,
int
size ,
int
root );
29
MEMSPACE
void
heapsort
(
int
*v ,
int
size );
30
MEMSPACE
void
insert_sort
( uint16_t *v ,
int
size );
31
#endif // _SORT_H_
MEMSPACE
#define MEMSPACE
Definition:
user_config.h:17
heapsort
MEMSPACE void heapsort(int *v, int size)
Definition:
sort.c:57
heapify
MEMSPACE void heapify(int *v, int size, int root)
Definition:
sort.c:29
insert_sort
MEMSPACE void insert_sort(uint16_t *v, int size)
Definition:
sort.c:80
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17