version 1.4.2.1, 2012/07/04 14:46:33
|
version 1.6, 2012/07/22 21:46:23
|
Line 47 SUCH DAMAGE.
|
Line 47 SUCH DAMAGE.
|
#define __DEFS_H |
#define __DEFS_H |
|
|
|
|
#define MAX_STR 256 | #ifndef STRSIZ |
| #define STRSIZ 256 |
| #endif |
|
|
#define MAX_FLETCHER16_DIGEST 21 |
#define MAX_FLETCHER16_DIGEST 21 |
#define MAX_FLETCHER_DIGEST 360 |
#define MAX_FLETCHER_DIGEST 360 |
Line 59 SUCH DAMAGE.
|
Line 61 SUCH DAMAGE.
|
#define POLY_FNV1 0x1000193 |
#define POLY_FNV1 0x1000193 |
|
|
|
|
inline void crcSetErr(int eno, char *estr, ...); | inline void crc_SetErr(int eno, char *estr, ...); |
|
|
|
|
extern const crcPoly_t crc_Poly[]; |
extern const crcPoly_t crc_Poly[]; |