From 651042c6b6790cad1a03283e1258cbd78868d9e1 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 1 Aug 2020 18:59:41 +0700 Subject: [PATCH] Add function and o.h, o.c for testing function --- tests/o.c | 1 + tests/o.h | 3 +++ tests/work1.c | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 tests/o.c create mode 100644 tests/o.h diff --git a/tests/o.c b/tests/o.c new file mode 100644 index 0000000..ff7ec1b --- /dev/null +++ b/tests/o.c @@ -0,0 +1 @@ +#include "" \ No newline at end of file diff --git a/tests/o.h b/tests/o.h new file mode 100644 index 0000000..073ed55 --- /dev/null +++ b/tests/o.h @@ -0,0 +1,3 @@ +void print(char *text) +void println(char *text) + diff --git a/tests/work1.c b/tests/work1.c index 2c145ae..f9b5cb2 100644 --- a/tests/work1.c +++ b/tests/work1.c @@ -104,4 +104,8 @@ void menu(int menu) void display_menu() { printf("\n"); read_file("./../note/section1.txt"); +} + +void display_students() { + printf() } \ No newline at end of file