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
/
ucr3ka
/
support.c
blob
22a3994ded861183b50de09905e62dd0b6e9dea4
1
volatile
static unsigned char
*
sif
= (
unsigned char
*)
0x7fff
;
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
}