本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
piumarta
/
subc
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
move Emacs mode selection to end
master
Ian Piumarta
3 月之前
父節點
46c4a94f5a
當前提交
aab97b38b8
共有
1 個檔案被更改
,包括
7 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-3
test.txt
+ 7
- 3
test.txt
查看文件
@ -1,14 +1,18 @@
#!./main
-*- C -*-
#!./main
#include <stdio.h>
int foo(
int a
)
int foo(
void
)
{
return 42;
}
int main(int argc, char **argv)
{
printf("hello, world %d\n", foo(
argc
));
printf("hello, world %d\n", foo());
return 0;
}
// Local Variables:
// mode: c
// End:
Write
Preview
Loading…
取消
儲存