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
/
qct
/
0003-local.c
blob
894d770ace8411c344c7ff974cb753d79f06b99e
1
2
3
int
4
main
()
5
{
6
int
x
;
7
8
x
=
4
;
9
return
x
-
4
;
10
}