1 2 3 4 5 6 7
#ifndef LINE_H #define LINE_H void run_line(const char *line); void ensure_color(); #endif