crc32.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
- /* -*- linux-c -*- */
- /****************************************************/
- /****************************************************/
- /* Begin source file "crc32.h" */
- /****************************************************/
- /****************************************************/
- #if !defined(_CRC32_H_)
- #define _CRC32_H_
- /****************************************************/
- /* header files */
- /****************************************************/
- /****************************************************/
- /* constants */
- /****************************************************/
- #define k_initial_crc_value ((unsigned int) 0)
- #endif
- /****************************************************/
- /****************************************************/
- /* End source file "crc32.h" */
- /****************************************************/
- /****************************************************/