Add function and o.h, o.c for testing function

This commit is contained in:
Sambo Chea 2020-08-01 18:59:41 +07:00
parent 47f8fc2341
commit 651042c6b6
3 changed files with 8 additions and 0 deletions

1
tests/o.c Normal file
View File

@ -0,0 +1 @@
#include ""

3
tests/o.h Normal file
View File

@ -0,0 +1,3 @@
void print(char *text)
void println(char *text)

View File

@ -104,4 +104,8 @@ void menu(int menu)
void display_menu() {
printf("\n");
read_file("./../note/section1.txt");
}
void display_students() {
printf()
}