Files
BetterSTL/include/bstl/big_number.hpp
T
2026-08-16 15:24:33 +08:00

8 lines
170 B
C++

#ifndef BETTERSTL_BIG_NUMBERS_HPP
#define BETTERSTL_BIG_NUMBERS_HPP
#include <bstl/big_integer.hpp>
#include <bstl/big_decimal.hpp>
#endif // BETTERSTL_BIG_NUMBERS_HPP