10 lines
130 B
C
10 lines
130 B
C
|
#include "nldbl-compat.h"
|
||
|
#include <complex.h>
|
||
|
|
||
|
double _Complex
|
||
|
attribute_hidden
|
||
|
conjl (double _Complex x)
|
||
|
{
|
||
|
return conj (x);
|
||
|
}
|