GRASS GIS 8 Programmer's Manual
8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
psdriver/box.c
Go to the documentation of this file.
1
#include "
psdriver.h
"
2
3
void
PS_Box
(
double
x1,
double
y1,
double
x2,
double
y2)
4
{
5
output
(
"%f %f %f %f BOX\n"
, x1, y1, x2, y2);
6
}
PS_Box
void PS_Box(double x1, double y1, double x2, double y2)
Definition
psdriver/box.c:3
output
void output(const char *fmt,...)
Definition
psdriver/graph_set.c:232
psdriver.h
psdriver
box.c
Generated on Sat Jun 21 2025 21:07:27 for GRASS GIS 8 Programmer's Manual by
1.13.2