code atrib

This commit is contained in:
Pin
2021-10-11 23:48:52 -04:00
parent 2f51491db9
commit 7534150326
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/*
* Code Implemented From: https://www.w3.org/TR/PNG/#D-CRCAppendix
*/
/* Table of CRCs of all 8-bit messages. */
unsigned long crc_table[256];