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