brlapi_version - Man Page

Version of the BrlAPI library

Synopsis

Macros

#define BRLAPI_RELEASE   '0.8.5'
#define BRLAPI_MAJOR   0
#define BRLAPI_MINOR   8
#define BRLAPI_REVISION   5

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.5'

Library version.

#define BRLAPI_REVISION   5

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.

Referenced By

The man page brlapi_getLibraryVersion(3) is an alias of brlapi_version(3).

Version 0.8 BrlAPI