1: #ifndef lint
   2: static char sccsid[] = "@(#)space.c	4.1 (Berkeley) 6/27/83";
   3: #endif
   4: 
   5: # include "con.h"
   6: space(x0,y0,x1,y1){
   7:     botx = -2047.;
   8:     boty = -2047.;
   9:     obotx = x0;
  10:     oboty = y0;
  11:     scalex = 4096./(x1-x0);
  12:     scaley = 4096./(y1-y0);
  13: }

Defined functions

space defined in line 6; never used

Defined variables

sccsid defined in line 2; never used
Last modified: 1983-06-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 701
Valid CSS Valid XHTML 1.0 Strict