tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Functions
version.h File Reference

Provides access to the version, compatibility and features exported by this API. More...

#include "tblite/macros.h"

Go to the source code of this file.

Functions

TBLITE_API_ENTRY int TBLITE_API_CALL tblite_get_version (void)
 

Detailed Description

Provides access to the version, compatibility and features exported by this API.

Function Documentation

◆ tblite_get_version()

TBLITE_API_ENTRY int TBLITE_API_CALL tblite_get_version ( void )

Retrieve version of library used

Returns
Compact version number in the format 10000 * major + 100 * minor + patch