1 #include "nldbl-compat.h"
2 #include <complex.h>
3
4 double
5 attribute_hidden
6 cargl (double _Complex x)
7 {
8 return carg (x);
9 }
1 #include "nldbl-compat.h"
2 #include <complex.h>
3
4 double
5 attribute_hidden
6 cargl (double _Complex x)
7 {
8 return carg (x);
9 }