#ifndef _INPUT_H_ #define _INPUT_H_ void read_line (char *line); void next_line (void); #endif