/* busrep3.h - prototypes for busrep3 */ void do_print(char* line); int count_lines(char* line); int do_header(char* header); void clrscr(void);