Contains details on the public xxHash functions.
More...
Contains details on the public xxHash functions.
◆ XXH_PUBLIC_API
| #define XXH_PUBLIC_API /* do nothing */ |
◆ XXH_VERSION_MAJOR
| #define XXH_VERSION_MAJOR 0 |
◆ XXH_VERSION_MINOR
| #define XXH_VERSION_MINOR 8 |
◆ XXH_VERSION_NUMBER
◆ XXH_VERSION_RELEASE
| #define XXH_VERSION_RELEASE 1 |
◆ XXH64_hash_t
◆ XXH_errorcode
| Enumerator |
|---|
| XXH_OK | |
| XXH_ERROR | |
Definition at line 343 of file xxhash.h.
◆ XXH_versionNumber()
Obtains the xxHash version.
This is mostly useful when xxHash is compiled as a shared library, since the returned value comes from the library, as opposed to header file.
- Returns
XXH_VERSION_NUMBER of the invoked library.