Sign in
third-party-mirror
/
mingw-w64
/
518dd33c326f65684e8e938262b2a9ca94804cfb
/
.
/
mingw-w64-crt
/
complex
/
cimag.c
blob: 5c4f95eb4c6d56154f13ec169504989d2344c7d8 [
file
] [
log
] [
blame
]
#include
<complex.h>
double
__attribute__
((
const
))
cimag
(
double
complex _Z
)
{
return
__imag__ _Z
;
}