添加版权信息

This commit is contained in:
xiongziliang
2017-09-27 16:20:30 +08:00
parent 8732cbf2b8
commit 1d1d2516e9
105 changed files with 2313 additions and 367 deletions

View File

@@ -1,17 +1,3 @@
/*
* crc32.cpp
*
* Created on: 2013-9-11
* Author: root
*/
/*
* crc32.h
*
* Created on: 2013-6-21
* Author: root
*/
#include "crc32.h"
#define BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff))