最后活跃于 6 months ago

修订 d48ff6c1b0975f4224a280c38ae4e944379082fa

helloworld_without_stdlib.c 原始文件
1int printf(const char* restrict, ...);
2
3int main() {
4 printf("hello world\n");
5}