diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:08:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:08:36 -0400 |
| commit | c9ff2b0a8aebdc2a46490717ef27e288bd822499 (patch) | |
| tree | 0680bb7acc9396e4eb34d7793a72a07724524d85 /stdlib/stdlib.h | |
| parent | 7baf36e2ae9a1c3da919336102a591ab25ed4cfe (diff) | |
Move USE_COLOR into stdlib
Diffstat (limited to 'stdlib/stdlib.h')
| -rw-r--r-- | stdlib/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index da3ddbf7..2037fae4 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -10,6 +10,8 @@ #include "types.h" #include "util.h" +extern bool USE_COLOR; + void tomo_init(void); __attribute__((format(printf, 1, 2))) _Noreturn void fail(const char *fmt, ...); |
