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
/
0060-charlit.c
blob
869c531940b5589583e19d51bd3aeace8304a627
1
2
int
3
main
()
4
{
5
if
(
'a'
!=
97
)
6
return
1
;
7
8
return
0
;
9
}