#ifndef _INPUT_H_
#define _INPUT_H_

void read_line (char *line);
void next_line (void);

#endif


syntax highlighted by Code2HTML, v. 0.9.1