/* * Copyright (c) Yann Collet, Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one or both licenses. */ #include /* size_t */ #include "zstd_v07.h" #include "../common/compiler.h" #include "../common/error_private.h" /* Implementation moved to Rust (rust/src/legacy/zstd_v07.rs). * The frozen v0.7 decoder, including its embedded FSE/Huff0 snapshot, frame * state, dictionary handling, and buffered streaming context, now lives in * Rust; this translation unit remains a declaration-only ABI shim. */