From 5724110cbb302d4ecaa940ba77717920fec47c30 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 31 Jul 2020 21:35:47 +0700 Subject: [PATCH] Add read file and menu function and only struct --- tests/work1.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/work1.c b/tests/work1.c index 817d6e4..23517d8 100644 --- a/tests/work1.c +++ b/tests/work1.c @@ -50,4 +50,12 @@ int main() return 0; -} \ No newline at end of file +} + +void read_file() { + // read the file here... +} + +void menu() { + // do something here... +}