diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:54:55 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:54:55 -0500 |
| commit | 434ffd71c9a7eebd46ec0cba1d97b0827b874901 (patch) | |
| tree | eb5b02823b7cba714136a0c6b777aca36d147c3a /src/stdlib/stdlib.h | |
| parent | 63e6d52f1e1ad9ba3e5dd453115abfc2f8418fc6 (diff) | |
Don't embed tomo version/path information at compile time, instead infer
it at runtime
Diffstat (limited to 'src/stdlib/stdlib.h')
| -rw-r--r-- | src/stdlib/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/stdlib.h b/src/stdlib/stdlib.h index 3afe3529..234048e9 100644 --- a/src/stdlib/stdlib.h +++ b/src/stdlib/stdlib.h @@ -15,6 +15,7 @@ extern bool USE_COLOR; extern Text_t TOMO_VERSION_TEXT; +void tomo_configure(void); void tomo_init(void); void tomo_at_cleanup(Closure_t fn); void tomo_cleanup(void); |
