fail posix_spawn file_actions operations with negative fds
[musl.git] / src / complex / conjf.c
blobb2195c84019a91360ee81bb0c8c1165f85815a59
1 #include "complex_impl.h"
3 float complex conjf(float complex z)
5 return CMPLXF(crealf(z), -cimagf(z));