view crc32.h @ 12:7f2db1e1bf2f default tip

use CBC_COMPILER environment val
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 04 Jul 2019 18:53:38 +0900
parents d4bc23cb728b
children
line wrap: on
line source

/*
    $Id: crc32.h,v 1.1.1.1 2007/03/06 06:34:39 atsuki Exp $
    Shinji KONO <kono@ie.u-ryukyu.ac.jp>
       based on open source
 */

extern int Get_CRC(unsigned char *buffer,int len);