This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
dylan
/
testTelpo
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
3
위키
Activity
소스 검색
Merge branch 'master' of
http://183.238.195.77:10081/dylan/testTelpo
# Conflicts: # age.c
tags/V2.0
dylan
4 년 전
부모
627bf58933
a66acfa7af
커밋
86f4dd1bf1
1개의 변경된 파일
과
5개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
age.c
+ 5
- 0
age.c
파일 보기
@@ -1,5 +1,10 @@
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
return g_age;
}
Write
Preview
Loading…
취소
저장