GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
psdriver/erase.c
Go to the documentation of this file.
1#include "psdriver.h"
2
3void PS_Erase(void)
4{
5 if (ps.encapsulated)
6 output("%d %d %d %d BOX\n", ps.left, ps.top, ps.right, ps.bot);
7 else
8 output("ERASE\n");
9}
void PS_Erase(void)
struct ps_state ps
void output(const char *fmt,...)