最後活躍 6 months ago

dongho's Avatar dongho 已修改 6 months ago. 還原成這個修訂版本

1 file changed, 5 insertions

helloworld_without_stdlib.c(檔案已創建)

@@ -0,0 +1,5 @@
1 + int printf(const char* restrict, ...);
2 +
3 + int main() {
4 + printf("hello world\n");
5 + }
上一頁 下一頁