repo.or.cz
/
myPerl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Atualizado docs. Implementado ops logicos.
[myPerl.git]
/
heap.h
blob
dd0a1da47aaad53ecbddd969cd5b97ed14073d82
1
#ifndef __HEAP_H__
2
#define __HEAP_H__
3
4
int
data_location
(
int
size
);
5
int
data_get
(
int
addr
,
int
off
);
6
int
data_put
(
int
addr
,
int
off
,
int
val
);
7
8
#endif
/* !__STACK_H__ */