Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / r_imag.c
#include "complex"
double r_imag(z)
complex *z;
{
return(z->imag);
}