repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/sparc/sparc.c: Update copyright year.
[official-gcc.git]
/
libf2c
/
libF77
/
d_imag.c
blob
cc937644b75130757145f58c6e79e808bc43d63b
1
#include
"f2c.h"
2
3
double
4
d_imag
(
doublecomplex
*
z
)
5
{
6
return
(
z
->
i
);
7
}