![]() ![]() ![]() | functions/match-girl/char-graphics.h - Filen char-graphics.h - header fil med prototyper af de grafiske funktioner. | Lektion 5 - slide 15 : 30 Program 2 |
/* Header file of very simple character-based graphical 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);