File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / inc / defs.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sun Jun 13 16:13:51 2010 UTC (14 years ago) by misho
Branches: MAIN
CVS tags: crc2_0, HEAD, CRC1_2
new version 1.2

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: defs.h,v 1.3 2010/06/13 16:13:51 misho Exp $
*
*************************************************************************/
#ifndef __DEFS_H
#define __DEFS_H


#define MAX_STR			255

#define MAX_FLETCHER16_DIGEST	21
#define MAX_FLETCHER_DIGEST	360
#define MAX_ADLER_DIGEST	5552


inline void crcSetErr(int eno, char *estr, ...);


extern const crcPoly_t crc_Poly[];


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>