Figure 3.13 Function draw_triangle /* * Draws a triangle */ void draw_triangle(void) { draw_intersect(); draw_base(); }