]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/libf2c/libF77/d_imag.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / libf2c / libF77 / d_imag.c
1 #include "f2c.h"
2
3 double
4 d_imag (doublecomplex * z)
5 {
6   return (z->i);
7 }