/* * draw a line between two given points in the current color. * * Called by: * Cont_abs() in ../lib/Cont_abs.c */ int draw_line (int cur_x, int cur_y, int x, int y) { return 0; }