Sha256: d4845874c3307f658e81127dccae6993b223400bf46fb335eaf48a7b8cfc075a
Contents?: true
Size: 155 Bytes
Versions: 2
Compression:
Stored size: 155 Bytes
Contents
// from http://www.w3.org/TR/PNG/#D-CRCAppendix #ifndef OSTN02_crc32_h #define OSTN02_crc32_h unsigned long crc32(unsigned char *buf, int len); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
national_grid-0.2.0 | ext/ostn02c/OSTN02/crc32.h |
national_grid-0.1.2 | ext/ostn02c/OSTN02/crc32.h |