home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_04 / 1004113a < prev    next >
Text File  |  1992-02-10  |  186b  |  10 lines

  1.  
  2.    typedef double SPEED;
  3.    typedef double DISTANCE;
  4.    typedef double TIME;
  5.  
  6.    SPEED low_speed, high_speed;
  7.    DISTANCE short_distance, long_distance;
  8.    TIME brief_time, long_time;
  9.  
  10.