GRASS Programmer's Manual
6.4.3(2013)-r
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Pages
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 "
psdriver.h
"
7
8
void
PS_Graph_close
(
void
)
9
{
10
if
(!
no_trailer
) {
11
output
(
"%%%%BeginTrailer\n"
);
12
output
(
"END\n"
);
13
output
(
"%%%%EndTrailer\n"
);
14
}
15
16
fclose(
outfp
);
17
}
lib
psdriver
Graph_close.c
Generated on Thu Sep 26 2013 09:48:02 for GRASS Programmer's Manual by
1.8.4