diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:57:21 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 15:57:21 -0500 |
| commit | 13c430fde1388703aa002fdb203548801082d4e3 (patch) | |
| tree | 236718203fa84bcf78b755bf8ec3b69a1da716ad /src/stdlib/stdlib.h | |
| parent | 86a08a38a8a60b6a0de0da62a5d3fa843f6db71f (diff) | |
| parent | 434ffd71c9a7eebd46ec0cba1d97b0827b874901 (diff) | |
Merge branch 'dev'
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); |
