This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
piumarta
/
subc
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
test return from function and printf %d conversion
master
Ian Piumarta
пре 3 месеци
родитељ
7fe0d9d9bf
комит
12fa7c1de6
1 измењених фајлова
са
7 додато
и
4 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-4
test.txt
+ 7
- 4
test.txt
Прегледај датотеку
@ -1,11 +1,14 @@
#!./main
// -*- C -*-
#!./main -*- C -*-
#include <stdio.h>
int foo(int a)
{
return 42;
}
int main(int argc, char **argv)
{
printf("hello, world\n");
printf("hello, world
%d
\n"
, foo(argc)
);
return 0;
}
Write
Preview
Loading…
Откажи
Сачувај