ZSTD_c_checksumFlag constant
        
        int
        const ZSTD_c_checksumFlag
        
      
      
A 32-bits checksum of content is written at end of frame (default:0)
Implementation
static const int ZSTD_c_checksumFlag = 201;A 32-bits checksum of content is written at end of frame (default:0)
static const int ZSTD_c_checksumFlag = 201;