// printf("distance between follower and projection %f\n", distance(current_lat, current_lon, targeted_destination.latitude, targeted_destination.longitude));
printf("distance between follower and projection in C %f\n",distance(current_lat,current_lon,targeted_destination.latitude,targeted_destination.longitude));