Training
Consulting
Tools
xref
: /
picolibc-3.5.0-3.4.0
/
cmake
/
have-builtin-expect.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
volatile
int
a
=
42
;
main(void)
2
int
main
(
void
) {
3
return
__builtin_expect
(
a
,
1
);
4
}
5