strmove
strmove (line, line+clen);
strmove(buf, x);
strmove(q, q+1);
extern void strmove(char *from, char *to);
extern void strmove();