Browse Source

hello.c add getAge func!

tags/V2.0
dylan 4 years ago
parent
commit
2d3c1f9fb5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      hello.c

+ 5
- 0
hello.c View File

@@ -3,4 +3,9 @@ void main(void)
{
printf("hello world!");
}
void getAge(uint8_t *age)
{
//
*age = 10;
}

Loading…
Cancel
Save