static void LZ4_write32()

in lz4.cpp [383:383]


static void LZ4_write32(void* memPtr, U32 value) { *(U32*)memPtr = value; }