#include char * salloc(length) unsigned length; { char *c, *s; c= malloc(length); if( !c ) error(5); for(s=c;s