Training
Consulting
Tools
xref
: /
picolibc-3.5.0-3.4.0
/
cmake
/
have-alias-attribute.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
x
;
2
extern
int
aliasx
__attribute__
((
__alias__
(
"x"
)));
3