Training
Consulting
Tools
xref
: /
picolibc-3.5.0-3.4.0
/
cmake
/
have-attribute-always-inline.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo(int x)
1
static
__inline__
__attribute__
((
__always_inline__
))
int
foo
(
int
x
) {
return
x
+
1
; }
2