static U32 LZ4_read32()

in lz4.cpp [379:379]


static U32 LZ4_read32(const void* memPtr) { return *(const U32*) memPtr; }