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
/
0090-fptr.c
blob
f0cf00f7ecc3c49e8b3d784af5891ab01c7da202
1
2
int
(*
fptr
)() =
0
;
3
4
5
int
6
main
()
7
{
8
if
(
fptr
)
9
return
1
;
10
return
0
;
11
}
12