From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- tiger-compiler/src/version.hh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tiger-compiler/src/version.hh (limited to 'tiger-compiler/src/version.hh') diff --git a/tiger-compiler/src/version.hh b/tiger-compiler/src/version.hh new file mode 100644 index 0000000..c535db1 --- /dev/null +++ b/tiger-compiler/src/version.hh @@ -0,0 +1,23 @@ +/** + ** \file src/version.hh + ** \brief Version definitions. + */ + +#pragma once + +/// \name Program identity. +/// \{ +/// Name of this program. +extern const char* program_name; + +/// Version string of this program. +extern const char* program_version; + +/// Bug report address of this program. +extern const char* program_bug_address; + +/// Describe program and accepted arguments. +extern const char* program_doc; +extern const char* program_args_doc; + +/// \} -- cgit v1.2.3