static U16 LZ4_read16()

in lz4.cpp [393:393]


static U16 LZ4_read16(const void* ptr) { return ((const LZ4_unalign16*)ptr)->u16; }