brlapi_getLibraryVersion(3)
Version of the BrlAPI library
Description
brlapi_version
NAME
brlapi_version - Version of the BrlAPI library
SYNOPSIS
Macros
#define
BRLAPI_RELEASE ’0.8.4’
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 8
#define BRLAPI_REVISION 4
Functions
void brlapi_getLibraryVersion (int *major, int *minor, int *revision)
Detailed Description
Macro Definition Documentation
#define BRLAPI_MAJOR 0
Library major version.
#define BRLAPI_MINOR 8
Library minor version.
#define BRLAPI_RELEASE ’0.8.4’
Library version.
#define BRLAPI_REVISION 4
Library revision.
Function Documentation
void brlapi_getLibraryVersion (int * major, int * minor, int * revision)
Returns the version of the library
Author
Generated automatically by Doxygen for BrlAPI from the source code.