Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
dylan
/
testTelpo
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
3
Wiki
Aktivite
telpo test github
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20
İşlemeler
4
Dallar
49KB
Ağaç:
4ad7febd72
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'4ad7febd72'den
${ noResults }
testTelpo
/
age.c
age.c
102B
Ham
Normal Görünüm
Geçmiş
dylan1: age.c add setAge() func
4 yıl önce
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
4 yıl önce
dylan1: age.c add setAge() func
4 yıl önce
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
4 yıl önce
dylan2: age.c add getAge() func
4 yıl önce
age.c chagne
4 yıl önce
dylan1: age.c add setAge() func
4 yıl önce
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;
}