mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 04:25:58 +08:00
添加版权信息
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user