This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chengwenliang
/
fecmall
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
fecmall
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cpp
/
function-params.txt
function-params.txt
99 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
int f(
int a = 1,
char* b = "2", // Line comment
double c = 3.0 /* Block comment */
);