#include "nldbl-compat.h" #include double _Complex attribute_hidden csqrtl (double _Complex x) { return csqrt (x); }