Return to driver.h CVS log | Up to [local] / OpenXM_contrib / gnuplot / term |
version 1.1, 2000/01/09 17:01:13 | version 1.1.1.2, 2000/01/22 14:16:21 | ||
---|---|---|---|
|
|
||
#define fputc putc | #define fputc putc | ||
#endif | #endif | ||
/* functions provided by in term.c */ | /* functions provided by term.c */ | ||
void do_point __PROTO((unsigned int x, unsigned int y, int number)); | void do_point __PROTO((unsigned int x, unsigned int y, int number)); | ||
void line_and_point __PROTO((unsigned int x, unsigned int y, int number)); | void line_and_point __PROTO((unsigned int x, unsigned int y, int number)); |