My Project
Loading...
Searching...
No Matches
defines.h
Go to the documentation of this file.
1
5
#pragma once
6
#include <cstdint>
7
8
#define BLOCK 4096
9
#define ALPHABET_SIZE 256
10
#define MAGIC 0xDEADEAEF
11
#define MAX_CODE_SIZE (ALPHABET_SIZE / 8)
12
#define MAX_TREE_SIZE (3 * ALPHABET_SIZE - 1)
defines.h
Generated by
1.16.1