10 lines
131 B
C
10 lines
131 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
extern bool USE_COLOR;
|
|
|
|
void detect_color(void);
|
|
|
|
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|