“添加bom头

This commit is contained in:
xiongziliang
2017-10-09 22:11:01 +08:00
parent fecfbbe101
commit d26d484ecf
119 changed files with 119 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
#include "crc32.h"
#include "crc32.h"
#define BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff))
#define BSWAP32C(x) (BSWAP16C(x) << 16 | BSWAP16C((x) >> 16))