repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libf2c
/
libF77
/
r_imag.c
blob
784abc8434b285d9691eca43d14f613041336ad8
1
#include
"f2c.h"
2
3
double
4
r_imag
(
complex
*
z
)
5
{
6
return
(
z
->
i
);
7
}