repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_complex_split.c
blob
7b3d1a1d501e3a65d37873731eb92590b674c812
1
int
b
(
double
a
) {
2
return
a
==
0
;
3
}
4
void
a
(
void
) {
5
double
_Complex z
=
0
;
6
if
(
b
(
__real__ z
) &&
b
(
__imag__ z
))
7
return
;
8
}