This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dylan
/
testTelpo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
dylan2: age.c add getAge() func
tags/V2.0
dylan2
dylan
<497357846@qq.com>
4 years ago
parent
2ed02d89e9
commit
a66acfa7af
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
age.c
+ 5
- 1
age.c
View File
@@ -1 +1,5 @@
#include "age.h"
#include "age.h"
uint8_t getAge(void)
{
return g_age;
}
Write
Preview
Loading…
Cancel
Save