Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / support / regression / ports / ucr3ka / support.c
blob22a3994ded861183b50de09905e62dd0b6e9dea4
1 volatile static unsigned char *sif= (unsigned char *)0x7fff;
3 void
4 _putchar(unsigned char c)
6 *sif= 'p';
7 *sif= c;
10 void
11 _initEmu(void)
15 void
16 _exitEmu(void)
18 *sif= 's';