static U32 LZ4_read32()

in lz4.cpp [394:394]


static U32 LZ4_read32(const void* ptr) { return ((const LZ4_unalign32*)ptr)->u32; }