mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 08:30:43 +08:00
8 lines
67 B
C
8 lines
67 B
C
#include "f2c.h"
|
|
|
|
double
|
|
r_imag (complex * z)
|
|
{
|
|
return (z->i);
|
|
}
|