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
delete age.c fun.c
tags/V2.0
dylan
4 years ago
parent
0cd81e2b70
commit
7803a5da0e
2 changed files
with
0 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-11
age.c
+0
-1
fun.c
+ 0
- 11
age.c
View File
@@ -1,11 +0,0 @@
#include "age.h"
void setAge(uint8_t age)
{
g_age = age;
}
uint8_t getAge(void)
{
g_age = g_age+3;
return g_age+2;
}
+ 0
- 1
fun.c
View File
@@ -1 +0,0 @@
#include "fun.h"
Write
Preview
Loading…
Cancel
Save