This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://github.com/fluencelabs/musl
synced
2025-04-29 09:02:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
musl
/
arch
/
wasm32
/
crt_arch.h
9 lines
99 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
[WebAssembly] Exclude less in libc.py
2017-10-25 16:47:06 -07:00
#
ifndef SHARED
void
_start_c
(
long
*
p
)
;
void
_start
(
void
)
{
long
p
=
0
;
_start_c
(
&
p
)
;
}
#
endif
Reference in New Issue
Copy Permalink