From 42567a5ac86b20f2a591195e6ec389d5d2cc7ce7 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 15 Jun 2026 11:35:44 +0530 Subject: seperated in different files --- src/help.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/help.h (limited to 'src/help.h') diff --git a/src/help.h b/src/help.h new file mode 100644 index 0000000..47924e8 --- /dev/null +++ b/src/help.h @@ -0,0 +1,6 @@ +#ifndef HELP_H +#define HELP_H + +int print_help(); + +#endif // HELP_H -- cgit v1.2.3