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