GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
psdriver/box.c
Go to the documentation of this file.
1 
2 #include "psdriver.h"
3 
4 void PS_Box(double x1, double y1, double x2, double y2)
5 {
6  output("%f %f %f %f BOX\n", x1, y1, x2, y2);
7 }
void output(const char *fmt,...)
void PS_Box(double x1, double y1, double x2, double y2)
Definition: psdriver/box.c:4