提交 92bd4c60 编写于 作者: R Rich Felker

add startup abi functions, dummy for now. eventually needed for c++ support.

上级 97d0988f
#include "libc.h"
void __libc_csu_fini()
{
}
#include "libc.h"
void __libc_csu_init(int argc, char **argv, char **envp)
{
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册