git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
12 lines
221 B
C++
12 lines
221 B
C++
// SPDX-FileCopyrightText: 2024 Rot127 <unisono@quyllur.org>
|
|
// SPDX-License-Identifier: BSD-3
|
|
|
|
#ifdef GUARD
|
|
#undef GUARD
|
|
|
|
Partial include of something
|
|
|
|
#endif
|
|
|
|
This part should be included if the whole file is included.
|