/* bc.tc - tct - 1/14/16 */ int sd,ls random int low,high [ /* returns a random integer between low and high */ int range if (ls==0) ls=sd=99 range=high-low+1 ls=ls*sd if (ls<0) ls=-ls return low+(ls/8)%range ] rev char s(0) [ /* reverse string s in place */ int c,i,j s(strlen(s))='0' i=0;j=3 while (i