Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
dylan
/
testTelpo
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
3
Wiki
Aktywność
telpo test github
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
20
Commity
4
Gałęzie
49KB
Drzewo:
4ad7febd72
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '4ad7febd72'
${ noResults }
testTelpo
/
age.c
age.c
102B
Czysty
Zwykły widok
Historia
dylan1: age.c add setAge() func
4 lat temu
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
4 lat temu
dylan1: age.c add setAge() func
4 lat temu
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
4 lat temu
dylan2: age.c add getAge() func
4 lat temu
age.c chagne
4 lat temu
dylan1: age.c add setAge() func
4 lat temu
1
2
3
4
5
6
7
8
9
10
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_age+2;
}