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... +}