Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / complex
CommitLineData
0ee0e326
BJ
1typedef struct { float real, imag; } complex;
2typedef struct { double dreal, dimag; } dcomplex;