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.
20
Комити
4
Гране
49KB
Дрво:
4ad7febd72
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '4ad7febd72'
${ noResults }
testTelpo
/
age.c
age.c
102B
Датотека
Normal View
Историја
dylan1: age.c add setAge() func
пре 4 година
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
пре 4 година
dylan1: age.c add setAge() func
пре 4 година
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # age.c
пре 4 година
dylan2: age.c add getAge() func
пре 4 година
age.c chagne
пре 4 година
dylan1: age.c add setAge() func
пре 4 година
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;
}