diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-15 11:35:44 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-15 11:35:44 +0530 |
| commit | 42567a5ac86b20f2a591195e6ec389d5d2cc7ce7 (patch) | |
| tree | f5c234be59b93b8a0554a19b187d1ca340a28c01 /src/help.h | |
| parent | 799fbacdf0fb018f279de5f4f55a22c601bffc46 (diff) | |
seperated in different files
Diffstat (limited to 'src/help.h')
| -rw-r--r-- | src/help.h | 6 |
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 |
