1asn1_check_version(3) libtasn1 asn1_check_version(3)
2
3
4
6 asn1_check_version - check for library version
7
9 #include <libtasn1.h>
10
11 const char * asn1_check_version(const char * req_version);
12
14 const char * req_version
15 Required version number, or NULL.
16
18 Check that the the version of the library is at minimum the requested
19 one and return the version string; return NULL if the condition is not
20 satisfied. If a NULL is passed to this function, no check is done, but
21 the version string is simply returned.
22
23 See LIBTASN1_VERSION for a suitable req_version string.
24
26 Version string of run-time library, or NULL if the run-time library
27 does not meet the required version number.
28
30 Copyright © 2006 Free Software Foundation, Inc..
31 Permission is granted to make and distribute verbatim copies of this
32 manual provided the copyright notice and this permission notice are
33 preserved on all copies.
34
36 The full documentation for libtasn1 is maintained as a Texinfo manual.
37 If the info and libtasn1 programs are properly installed at your site,
38 the command
39
40 info libtasn1
41
42 should give you access to the complete manual.
43
44
45
46libtasn1 0.3.9 asn1_check_version(3)