aboutsummaryrefslogtreecommitdiff
path: root/src/help.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-06-15 11:35:44 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-06-15 11:35:44 +0530
commit42567a5ac86b20f2a591195e6ec389d5d2cc7ce7 (patch)
treef5c234be59b93b8a0554a19b187d1ca340a28c01 /src/help.h
parent799fbacdf0fb018f279de5f4f55a22c601bffc46 (diff)
seperated in different files
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h6
1 files changed, 6 insertions, 0 deletions
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