ISCE_INSAR/components/stdproc/alosreformat/include/ifNonGnuComplex.h

5 lines
104 B
C
Raw Normal View History

2019-01-16 19:40:08 +00:00
/* for non-gcc complex.h */
#define _Complex_I (__extension__ 1.0iF)
#undef I
#define I _Complex_I