GRASS 8 Programmer's Manual
8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
psdriver/graph_close.c
Go to the documentation of this file.
1
/*
2
* Close down the graphics processing. This gets called only at driver
3
* termination time.
4
*/
5
6
#include <
grass/gis.h
>
7
#include "
psdriver.h
"
8
9
void
PS_Graph_close
(
void
)
10
{
11
if
(!
ps
.no_trailer) {
12
output
(
"%%%%BeginTrailer\n"
);
13
output
(
"END\n"
);
14
output
(
"%%%%EndTrailer\n"
);
15
}
16
17
fclose
(
ps
.tempfp);
18
19
G_rename_file
(
ps
.tempfile,
ps
.outfile);
20
}
AMI_STREAM
Definition
ami_stream.h:153
G_rename_file
int G_rename_file(const char *, const char *)
Rename a file or a directory in the filesystem.
Definition
rename.c:31
gis.h
PS_Graph_close
void PS_Graph_close(void)
Definition
psdriver/graph_close.c:9
ps
struct ps_state ps
Definition
psdriver/graph_set.c:26
output
void output(const char *fmt,...)
Definition
psdriver/graph_set.c:233
psdriver.h
lib
psdriver
graph_close.c
Generated on Fri Apr 3 2026 06:59:55 for GRASS 8 Programmer's Manual by
1.9.8