From 2e5f6c20ebfb350127432bb71b36c58a44a65e80 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 26 Apr 2025 01:58:18 -0400 Subject: Add TOMO_VERSION as a variable accessible to tomo programs at runtime --- src/stdlib/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdlib/stdlib.h') 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; -- cgit v1.2.3