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