blob: 28b566750f14d269f6fff32177c120b50a6315d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#include "tier1/checksum_crc.h"
#include "crccheck_shared.h"
#include <stdio.h>
#include <string.h>
int main( int argc, char **argv )
{
return VPC_CommandLineCRCChecks( argc, argv );
}
|