Searched refs:LZ4_VERSION_NUMBER (Results 1 – 2 of 2) sorted by relevance
98 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEA… macro
491 int LZ4_versionNumber (void) { return LZ4_VERSION_NUMBER; } in LZ4_versionNumber()