GRASS Programmer's Manual  6.4.2(2012)
psdriver/Draw_point.c
Go to the documentation of this file.
00001 #include "psdriver.h"
00002 
00003 void PS_draw_point(int x, int y)
00004 {
00005     output("%d %d POINT\n", x, y);
00006 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines