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.
43
커밋
4
브랜치
49KB
트리:
f0c5449b96
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from 'f0c5449b96'
${ noResults }
testTelpo
/
hello.c
hello.c
105B
Raw
Normal View
히스토리
add hello.c
4 년 전
change hello.c
4 년 전
add hello.c
4 년 전
hello.c add getClass
4 년 전
hello.c add getAge func!
4 년 전
Merge branch 'master' of http://183.238.195.77:10081/dylan/testTelpo # Conflicts: # hello.c
4 년 전
hello.c add getClass
4 년 전
1
2
3
4
5
6
7
8
9
10
11
12
// hello.c
void main(void)
{
printf("hello world!");
}
void getAge(uint8_t *age)
{
//
*age = 10;
}