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
Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git]
/
sdcc
/
src
/
mos6502
/
peep.h
blob
45fee253f83a0264d83685373b6fc81cf58314a1
1
#include <stdbool.h>
2
3
bool
mos6502notUsed
(
const char
*
what
,
lineNode
*
endPl
,
lineNode
*
head
);
4
bool
mos6502notUsedFrom
(
const char
*
what
,
const char
*
label
,
lineNode
*
head
);
5