Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PhLibVersion

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PhLibVersion

[Previous] [Contents] [Index] [Next]

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


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026