void delete_from_array(int index_to_del, float* array_to_del_from){ //examples: float foo = array_to_del_from[3]; array_to_del_from[2] = 0; }