libhasha 2.2.2
|
#include "internal.h"
Go to the source code of this file.
Classes | |
struct | ha_version_t |
Functions | |
HA_PUBFUN ha_version_t | ha_version (void) |
Retrieves the version information of the hash library. |
HA_PUBFUN ha_version_t ha_version | ( | void | ) |
Retrieves the version information of the hash library.
This function returns the version information for the hash library as a ha_version_t structure, which contains the major, minor, and patch version components. This function is typically used to check the library version programmatically.