static void LZ4_write16()

in lz4.cpp [382:382]


static void LZ4_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; }