This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
simon
/
unpv13e
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
1
Pull Requests
0
Wiki
Árbore:
bd0b74d669
Ramas
Etiquetas
master
unpv13e
/
tcpcliserv
/
sum.h
sum.h
75 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
struct args {
long arg1;
long arg2;
};
struct result {
long sum;
};