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: char const * cctests_version_string (void)

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

Function: int cctests_version_interface_current (void)

Return an integer representing the library interface current number.

Function: int cctests_version_interface_revision (void)

Return an integer representing the library interface current revision number.

Function: int cctests_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.1-devel.1 of CCTests.