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