1#include "nldbl-compat.h"
2#include <complex.h>
3
4double _Complex
5attribute_hidden
6clog10l (double _Complex x)
7{
8 return clog10 (z: x);
9}
10extern __typeof (clog10l) __clog10l attribute_hidden;
11weak_alias (clog10l, __clog10l)
12

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-clog10.c