00001 #include "psdriver.h" 00002 00003 void PS_draw_point(int x, int y) 00004 { 00005 output("%d %d POINT\n", x, y); 00006 }