repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update svn merge history.
[sdcc.git]
/
sdcc
/
src
/
pdk
/
peep.h
blob
9ce3a3e91800ad294ddb597e6f8829d93651ce92
1
#include <stdbool.h>
2
3
bool
pdknotUsed
(
const char
*
what
,
lineNode
*
endPl
,
lineNode
*
head
);
4
bool
pdknotUsedFrom
(
const char
*
what
,
const char
*
label
,
lineNode
*
head
);
5
int
pdkinstructionSize
(
lineNode
*
node
);
6