aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/stdlib.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-26 01:58:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-26 01:58:18 -0400
commit2e5f6c20ebfb350127432bb71b36c58a44a65e80 (patch)
tree69017c10d0faa8e9ccb05478dd34b800da916215 /src/stdlib/stdlib.h
parentc77380f353e85bcd9ba03c29b292022c694b9667 (diff)
Add TOMO_VERSION as a variable accessible to tomo programs at runtime
Diffstat (limited to 'src/stdlib/stdlib.h')
-rw-r--r--src/stdlib/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/stdlib.h b/src/stdlib/stdlib.h
index ee4149b1..04c504fe 100644
--- a/src/stdlib/stdlib.h
+++ b/src/stdlib/stdlib.h
@@ -15,6 +15,7 @@
#include "util.h"
extern bool USE_COLOR;
+extern Text_t TOMO_VERSION_TEXT;
typedef struct {
const char *name;