Training
Consulting
Tools
xref
: /
picolibc-3.7.0-3.6.0
/
picocrt
/
machine
/
x86
/
crt0.S
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
__x86_64
2
#
include
"
crt0-64.S
"
3
#
else
4
#
include
"
crt0-32.S
"
5
#
endif
6
7