/** * @file os.h * @brief Declaration of the operating system (OS) library */ #pragma once #include #include /** * @namespace tc::os * @brief Namespace of the operating system (OS) library */ #include