home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff397.lzh / DKBTrace / DKBSource.LZH / unix.c < prev    next >
Text File  |  1990-08-26  |  194b  |  19 lines

  1. void display_finished ()
  2.    {
  3.    }
  4.  
  5. void display_init ()
  6.    {
  7.    }
  8.  
  9. void display_close ()
  10.    {
  11.    }
  12.  
  13. void display_plot (x, y, Red, Green, Blue)
  14.    int x, y;
  15.    char Red, Green, Blue;
  16.    {
  17.    }
  18.  
  19.