このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
dylan
/
testTelpo
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
3
Wiki
アクティビティ
telpo test github
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
20
コミット
4
ブランチ
49KB
ツリー:
4ad7febd72
Branch_hello
SCH_4G
STU_V1
master
V2.0
v1.1.a
V1.0
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'4ad7febd72' から
${ noResults }
testTelpo
/
age.c
age.c
102B
Raw
通常表示
履歴
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;
}