/* $Header$ */ extern char *malloc() ; char * salloc(length) int length; { char *c, *s; c= malloc(length); if( c== (char *) -1) error(5); for(s=c;s