Training
Consulting
Tools
xref
: /
picolibc-3.5.0-3.4.0
/
cmake
/
ldbl-eq-dbl.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo
[
sizeof
(
double
) ==
sizeof
(
long
double
) ?
1
:
-1
];
2