repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-creal.c
blob
b02ce6e5e44de8f897504bb473af4a1cce96776c
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
5
attribute_hidden
6
creall
(
double
_Complex x
)
7
{
8
return
creal
(
x
);
9
}