![]() ![]() ![]() | char-graphics.h - Filen char-graphics.h - header fil med prototyper af de grafiske funktioner. | Lektion 3 - slide 10 : 26 Program 2 |
/* 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);