Initialize Tizen 2.3
[external/libtasn1.git] / doc / texi / version.c.texi
1 @subheading asn1_check_version
2 @anchor{asn1_check_version}
3 @deftypefun {const char *} {asn1_check_version} (const char * @var{req_version})
4 @var{req_version}: Required version number, or @code{NULL}.
5
6 Check that the version of the library is at minimum the
7 requested one and return the version string; return @code{NULL} if the
8 condition is not satisfied.  If a @code{NULL} is passed to this function,
9 no check is done, but the version string is simply returned.
10
11 See @code{ASN1_VERSION} for a suitable @code{req_version} string.
12
13 @strong{Returns:} Version string of run-time library, or @code{NULL} if the
14 run-time library does not meet the required version number.
15 @end deftypefun
16