GRASS Programmer's Manual  6.4.2(2012)
psdriver/Line_width.c
Go to the documentation of this file.
00001 #include "psdriver.h"
00002 
00003 void PS_Line_width(int width)
00004 {
00005     if (width < 0)
00006         width = 0;
00007 
00008     output("%d WIDTH\n", width);
00009 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines