From 2d3c1f9fb5ac443f65e599f2a1fd8edbfd0ab55b Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Sat, 8 Aug 2020 12:05:41 +0800 Subject: [PATCH] hello.c add getAge func! --- hello.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello.c b/hello.c index f073fbb..135295e 100644 --- a/hello.c +++ b/hello.c @@ -3,4 +3,9 @@ void main(void) { printf("hello world!"); +} +void getAge(uint8_t *age) +{ + // + *age = 10; } \ No newline at end of file