Add function and o.h, o.c for testing function
This commit is contained in:
parent
47f8fc2341
commit
651042c6b6
@ -104,4 +104,8 @@ void menu(int menu)
|
|||||||
void display_menu() {
|
void display_menu() {
|
||||||
printf("\n");
|
printf("\n");
|
||||||
read_file("./../note/section1.txt");
|
read_file("./../note/section1.txt");
|
||||||
|
}
|
||||||
|
|
||||||
|
void display_students() {
|
||||||
|
printf()
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user