Newer
Older
c-interpreter / modules / libkcpp / include / kcpp.hpp
Nomura Kei on 9 Aug 2023 160 bytes UPDATE
/**
 * @file  kcpp.h
 * @brief Kantan C++ Library 共通ヘッダーファイル。
 */
#ifndef KCPP_HPP
#define KCPP_HPP

#include <kc.h>


#endif	// KCPP_HPP