提交 9810c583 编写于 作者: F fangting
......@@ -5,6 +5,7 @@ __attribute__((constructor))
void Ctor()
{
exit(t_status);
}
int main()
{
......
......@@ -13,7 +13,7 @@ size_t strcspn(const char *string1, const char *string2)
do {
if ((c = *p++) == sc) {
return (a - 1 - string1);
}
}
} while (c != 0);
}
/* NOTREACHED */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册