diff options
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, ...); |
