board(B) { B.circles(C) { printf("Circle: (%f %f), r=%d, w=%d\n", u2mm(C.x), u2mm(C.y), u2mm(C.radius), u2mm(C.width)); } }