auto.c | 173 COORD *rob, *end, *minrob = NULL; local in function:closest_robot 178 for (rob = Robots; rob < end; rob++) { 179 tdist = distance(My_pos.x, My_pos.y, rob->x, rob->y); 181 minrob = rob; 247 move_away(COORD *rob) 251 dx = sign(My_pos.x - rob->x); 252 dy = sign(My_pos.y - rob->y) [all...] |