crc32.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* -*- linux-c -*- */
  2. /****************************************************/
  3. /****************************************************/
  4. /*     Begin source file "crc32.h"     */
  5. /****************************************************/
  6. /****************************************************/
  7. #if !defined(_CRC32_H_)
  8. #define _CRC32_H_
  9. /****************************************************/
  10. /*     header files     */
  11. /****************************************************/
  12. /****************************************************/
  13. /*     constants     */
  14. /****************************************************/
  15. #define k_initial_crc_value ((unsigned int) 0)
  16. #endif
  17. /****************************************************/
  18. /****************************************************/
  19. /*     End source file "crc32.h"     */
  20. /****************************************************/
  21. /****************************************************/