This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
chengwenliang
/
Queenabby
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
0052e50d99
Atzari
Tagi
master
Queenabby
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
cpp
/
function-params.txt
function-params.txt
99 B
Vēsture
Neapstrādāts
1
2
3
4
5
int f(
int a = 1,
char* b = "2", // Line comment
double c = 3.0 /* Block comment */
);