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-05-02 10:32:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
musl
/
src
/
env
/
__libc_csu_fini.c
Rich Felker
92bd4c6031
add startup abi functions, dummy for now. eventually needed for c++ support.
2011-04-06 16:40:19 -04:00
6 lines
46 B
C
Raw
Blame
History
#
include
"libc.h"
void
__libc_csu_fini
(
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink