make crc32 tables accessible from plain C

This commit is contained in:
Alexander S. Aganichev 2002-06-10 06:22:28 +00:00
parent 151043cf9e
commit 2da452a14f

View File

@ -37,9 +37,10 @@
// ------------------------------------------------------------------
// Declare the CRC tables
extern "C" {
extern word __crc16_table[];
extern dword __crc32_table[];
}
// ------------------------------------------------------------------
// Generate/update a CRC-16 or CRC-32 value