#define STORE_DWORDB(dword, bytes) bytes[0]=(unsignedchar)(((dword)>>24)&0xFF);\ bytes[1]=(unsignedchar)(((dword)>>16)&0xFF);\ bytes[2]=(unsignedchar)(((dword)>>8)&0xFF);\ bytes[3]=(unsignedchar)((dword)&0xFF);