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
Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git]
/
sdcc
/
support
/
regression
/
ports
/
ez80-z80
/
support.c
blob
79bde9a57fd9f19efeeb5c09e6d400729e902e31
1
__sfr __at
0xff
sif
;
2
3
void
4
_putchar
(
unsigned char
c
)
5
{
6
sif
=
'p'
;
7
sif
=
c
;
8
}
9
10
void
11
_initEmu
(
void
)
12
{
13
}
14
15
void
16
_exitEmu
(
void
)
17
{
18
sif
=
's'
;
19
}