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
age.c
102B
Raw
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 년 전
dyaln2: age.c change
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_study;
}