File: CRC.cpp

package info (click to toggle)
7zip 26.00%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,576 kB
  • sloc: cpp: 208,328; ansic: 39,821; asm: 4,987; makefile: 2,188; sh: 162
file content (7 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
// Common/CRC.cpp

#include "StdAfx.h"

#include "../../C/7zCrc.h"

static struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } g_CRCTableInit;