RosettaCodeData/Task/Bitmap-Midpoint-circle-algorithm/Fortran/bitmap-midpoint-circle-algorithm-1.f

6 lines
123 B
FortranFixed
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
interface draw_circle
module procedure draw_circle_sc, draw_circle_rgb
end interface
private :: plot, draw_circle_toch