Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
dylan
/
testTelpo
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
3
Wiki
Attività
telpo test github
39
Commit
4
Rami (Branch)
49KB
Albero (Tree):
1c80f06fa3
testTelpo
/
hello.c
hello.c
105B
Originale
Normal View
Cronologia
add hello.c
4 anni fa
change hello.c
4 anni fa
add hello.c
4 anni fa
hello.c add getClass
4 anni fa
hello.c add getAge func!
4 anni fa
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # hello.c
4 anni fa
hello.c add getClass
4 anni fa
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
;
}