|
@@ -103,7 +103,7 @@ long double creall(long double complex);
|
|
|
|
|
|
#ifndef __cplusplus
|
|
#ifndef __cplusplus
|
|
#define __CIMAG(x, t) \
|
|
#define __CIMAG(x, t) \
|
|
- ((union { _Complex t __z; t __xy[2]; }){(_Complex t)(x)}.__xy[1])
|
|
|
|
|
|
+ (+(union { _Complex t __z; t __xy[2]; }){(_Complex t)(x)}.__xy[1])
|
|
|
|
|
|
#define creal(x) ((double)(x))
|
|
#define creal(x) ((double)(x))
|
|
#define crealf(x) ((float)(x))
|
|
#define crealf(x) ((float)(x))
|