This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
simon
/
unpv13e
Segui
1
Vota
0
Forka
0
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
bd0b74d669
Rami (Branch)
Tag
master
unpv13e
/
tcpcliserv
/
sum.h
sum.h
75 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
struct args {
long arg1;
long arg2;
};
struct result {
long sum;
};