#ifndef LINE_H #define LINE_H void run_line(const char *line); void ensure_color(); #endif