Next: , Previous: , Up: Top   [Contents][Index]


2 Version functions

The installed libraries follow version numbering as established by the GNU Autotools. For an explanation of interface numbers as managed by GNU Libtool See Libtool’s versioning system in Shared library support for GNU.

Function: const char * cre2_version_string (void)

Return a pointer to a statically allocated ASCIIZ string representing the interface version number.

Function: int cre2_version_interface_current (void)

Return an integer representing the library interface current number.

Function: int cre2_version_interface_revision (void)

Return an integer representing the library interface current revision number.

Function: int cre2_version_interface_age (void)

Return an integer representing the library interface current age.


Next: , Previous: , Up: Top   [Contents][Index]

This document describes version 0.4.0-devel.2 of CRE2.