/**
 * @file crc32.h
 * @author Hightman Mar
 * @editor set number ; syntax on ; set autoindent ; set tabstop=4 (vim)
 * $Id$
 */

#ifndef	_SCWS_CRC32_20100128_H_
#define	_SCWS_CRC32_20100128_H_

unsigned int scws_crc32(const char *str);

#endif
