This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
bart
/
FPGC6
zrcadlo
https://github.com/bartpleiter/FPGC6
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
9438941e15
Větve
Značky
EP4CE15
cpu100mhz
fast-cpu-pipeline
main
FPGC6
/
BCC
/
CompilerTests
/
g.c
g.c
112 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
13
int main() {
int a = 2;
if (a < 2)
{
a = 5;
}
return a; //2
}
void interrupt()
{
}