/** * @file kcpp.h * @brief Kantan C++ Library 共通ヘッダーファイル。 */ #ifndef KCPP_HPP #define KCPP_HPP #include <kc.h> #endif // KCPP_HPP