This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
piumarta
/
subc
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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…
Откажи
Сачувај