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

Defined functions

space defined in line 8; never used

Defined variables

deltx defined in line 6; used 1 times
  • in line 13
delty defined in line 7; used 1 times
  • in line 14
sccsid defined in line 2; never used
Last modified: 1987-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1983
Valid CSS Valid XHTML 1.0 Strict