Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
dylan
/
testTelpo
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
3
Wiki
Atividade
telpo test github
16
Commits
4
Branches
49KB
Tag:
627bf58933
testTelpo
/
hello.c
hello.c
105B
Original
Visão normal
Histórico
add hello.c
4 anos atrás
change hello.c
4 anos atrás
add hello.c
4 anos atrás
hello.c add getClass
4 anos atrás
hello.c add getAge func!
4 anos atrás
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # hello.c
4 anos atrás
hello.c add getClass
4 anos atrás
1
2
3
4
5
6
7
8
9
10
11
12
// hello.c
void
main
(
void
)
{
printf
(
"hello world!"
);
}
void
getAge
(
uint8_t
*age)
{
//
*age =
10
;
}