/* Very simple graphical character-based library */ /* Print a circle */ void prn_circle(void); /* Print a horizontal line */ void prn_horizontal_line(void); /* Print a reverse v shape */ void prn_reverse_v(void);