Training
Consulting
Tools
xref
: /
picolibc-3.5.0-3.4.0
/
cmake
/
have-format-attribute.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
foo
(
const
char
*
p
, ...)
__attribute__
((
format
(
printf
,
1
,
2
)));
2