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

5 lines
104 B
C

/* for non-gcc complex.h */
#define _Complex_I (__extension__ 1.0iF)
#undef I
#define I _Complex_I