telpo test github

10 lines
100B

  1. #include "age.h"
  2. void setAge(uint8_t age)
  3. {
  4. g_age = age;
  5. }
  6. uint8_t getAge(void)
  7. {
  8. return g_age;
  9. }