Euphoria
crc32.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace eu
5 {
6  struct MemoryChunk;
7 }
8 
9 namespace eu::core
10 {
11  unsigned long
12  calc_crc32(const MemoryChunk& chunk);
13 
14 }
unsigned long calc_crc32(const MemoryChunk &chunk)
Definition: crc32.cc:11
Definition: assert.h:90