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

6 lines
123 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
interface draw_circle
module procedure draw_circle_sc, draw_circle_rgb
end interface
private :: plot, draw_circle_toch