* Makefile.tpl: Add missing empty maybe-check-gcc target.
[official-gcc.git] / libf2c / libF77 / d_imag.c
blobcc937644b75130757145f58c6e79e808bc43d63b
1 #include "f2c.h"
3 double
4 d_imag (doublecomplex * z)
6 return (z->i);