Browse Source

study.c add study_homework

tags/V2.0
dylan 4 years ago
parent
commit
4b64589a0a
2 changed files with 5 additions and 2 deletions
  1. +3
    -1
      study/study.c
  2. +2
    -1
      study/study.h

+ 3
- 1
study/study.c View File

@@ -9,7 +9,9 @@ uint8_t study_get_class(void)
return g_class;
}

uint8_t study_sign_in(char *name, char *time)


uint8_t study_homework(void)
{
}

+ 2
- 1
study/study.h View File

@@ -2,4 +2,5 @@

void study_set_class(uint8_t class);
uint8_t study_get_class(void);
uint8_t study_sign_in(char *name, char *time);

uint8_t study_homework(void);

Loading…
Cancel
Save