Cthulhu
0.2.10
Cthulhu compiler collection
impl.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-3.0-only
2
#pragma once
3
4
#include "
core/compiler.h
"
5
6
#if CT_OS_WINDOWS
7
# include "win32.h"
// IWYU pragma: export
8
#elif CT_OS_LINUX || CT_OS_APPLE
9
# include "
posix.h
"
// IWYU pragma: export
10
#else
11
# error "unsupported platform"
12
#endif
compiler.h
posix.h
common
os
include
os
impl
impl.h
Generated by
1.9.1