1PLGVER(3plplot) PLplot API PLGVER(3plplot)
2
3
4
6 plgver - Get the current library version number
7
9 plgver(p_ver)
10
12 Get the current library version number. Note: you must have allocated
13 space for this (80 characters is safe).
14
15 Redacted form: plgver(p_ver)
16
17 This function is used in example 1.
18
20 p_ver (char *, output)
21 Pointer to the current library version number.
22
23
25 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 July, 2010 PLGVER(3plplot)