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
10 satır
102B
Ham
Suçlama
Geçmiş
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_age+2;
}