This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
dylan
/
testTelpo
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
3
Вики
Activity
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.
19
Комити
4
Гране
49KB
Дрво:
716f1e0439
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '716f1e0439'
${ noResults }
testTelpo
/
age.c
10 lines
102B
Датотека
Blame
Историја
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_study;
}