1*13405Ssam #ifndef lint 2*13405Ssam static char sccsid[] = "@(#)move.c 4.1 (Berkeley) 06/27/83"; 3*13405Ssam #endif 4*13405Ssam 5*13405Ssam #include <stdio.h> 6*13405Ssam move(xi,yi){ 7*13405Ssam putc('m',stdout); 8*13405Ssam putsi(xi); 9*13405Ssam putsi(yi); 10*13405Ssam } 11