17 lines
194 B
C++
Raw Permalink Normal View History

2021-07-24 21:11:47 -07:00
#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 );
}