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
/
0061-comments.c
blob
d2f50609d8f85296f6e26f510705843f273ad2fc
1
// line comment
2
3
int
4
main
()
5
{
6
/*
7
multiline
8
comment
9
*/
10
return
0
;
11
}