home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / progs / pari / pari_137 / src / dummy.c < prev    next >
C/C++ Source or Header  |  1992-05-20  |  458b  |  40 lines

  1. #include "genpari.h"
  2.  
  3. GEN ploth()
  4.  
  5. {
  6.   return gnil;
  7. }
  8.  
  9. GEN ploth2()
  10.  
  11. {
  12.   return gnil;
  13. }
  14.  
  15. GEN plothraw()
  16.  
  17. {
  18.   return gnil;
  19. }
  20.  
  21. GEN rectdraw()
  22.  
  23. {
  24.   return gnil;
  25. }
  26.  
  27. GEN buchimag(D,c,CO)
  28.      GEN D,c,CO;
  29.  
  30. {
  31.   err(talker,"buchimag is not available in library mode unless you add buch.o\nto the library files");
  32. }
  33.  
  34. GEN buchreal(D,n,c,CO)
  35.      GEN D,n,c,CO;
  36.  
  37. {
  38.   err(talker,"buchreal is not available in library mode unless you add buch.o\nto the library files");
  39. }
  40.