#include long InsStrs(char *string,*insertstring,long firstposition); long InsStrs(char *s,*ins,long posl) { long l,sl,ml,j; char *sc,*InsCharp,*endins; l=0; sl=0; endins=ins; while(*s++) sl++; s--; while(*endins++) l++; endins--; endins--; ml=(sl-1)/posl; sc=(s+ml*l); j=sl-posl*ml; for(sl=0; sl<=j; sl++) *sc--=*s--; for(sl=0; sl s */ for(j=0;j