move_ship
move_ship(movement, ship, &fp->dir, &fp->row, &fp->col, &drift);
void move_ship(const char *, struct ship *, unsigned char *, short *, short *, char *);