From 935243d8b4ea992c50315f0c8fcb300365a5762d Mon Sep 17 00:00:00 2001 From: Emil Date: Fri, 4 Aug 2023 09:13:47 -0600 Subject: Initial commit --- include/help.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/help.h (limited to 'include/help.h') diff --git a/include/help.h b/include/help.h new file mode 100644 index 0000000..a1cdac6 --- /dev/null +++ b/include/help.h @@ -0,0 +1,9 @@ +#ifndef HELP_H_ + +/* (((git))) */ + +VARDECL char const * help_msg; +VARDECL char const * fmsg; + +#define HELP_H_ +#endif -- cgit v1.2.3