This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
taddeus
/
civicaml
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
21fc065c8f
Branche
Tagy
master
civicaml
/
test
/
old
/
array_scope.cvc
array_scope.cvc
88 B
História
Raw
1
2
3
4
5
6
extern void printInt(int val);
void foo(int[n] arr) {
printInt(n);
foo(arr);
}