home *** CD-ROM | disk | FTP | other *** search
- #include "genpari.h"
-
- GEN ploth()
-
- {
- return gnil;
- }
-
- GEN ploth2()
-
- {
- return gnil;
- }
-
- GEN plothraw()
-
- {
- return gnil;
- }
-
- GEN rectdraw()
-
- {
- return gnil;
- }
-
- GEN buchimag(D,c,CO)
- GEN D,c,CO;
-
- {
- err(talker,"buchimag is not available in library mode unless you add buch.o\nto the library files");
- }
-
- GEN buchreal(D,n,c,CO)
- GEN D,n,c,CO;
-
- {
- err(talker,"buchreal is not available in library mode unless you add buch.o\nto the library files");
- }
-