PhLibVersion()

Get the version number of the Photon libraries

Synopsis:

unsigned PhLibVersion( void );

Library:

ph

Description:

This function returns the version of the Photon library that the calling application is using.

You can use Ph_LIB_VERSION (defined in <PhT.h>) to determine the Photon library version when you're compiling.

Returns:

The version number of the Photon libraries, expressed as:

major version * 100 + minor version

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

Photon libraries in the Introduction chapter of the Photon Programmer's Guide