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
Improve support for arm-wince-pe target:
[official-gcc.git]
/
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
}