home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / DKBOS2.ZOO / os2.c < prev    next >
C/C++ Source or Header  |  1992-07-18  |  366b  |  31 lines

  1. #include <math.h>
  2. #include "config.h"
  3.  
  4. void unix_init_dkb_trace PARAMS ((void))
  5.    {
  6.    }
  7.  
  8. int matherr (x)
  9.    struct exception *x;
  10.    {
  11.    }
  12.  
  13. void display_finished ()
  14.    {
  15.    }
  16.  
  17. void display_init ()
  18.    {
  19.    }
  20.  
  21. void display_close ()
  22.    {
  23.    }
  24.  
  25. void display_plot (x, y, Red, Green, Blue)
  26.    int x, y;
  27.    char Red, Green, Blue;
  28.    {
  29.    }
  30.  
  31.