blob: 7c3ac1378d4aa5c09e91dc6777458d2c3ab5a97b [file] [log] [blame]
William A. Kennington IIIcda3c1e2022-12-03 16:56:19 -08001#include <stdplus/numeric/str.hpp>
2
3namespace stdplus::detail
4{
5template char* uintToStr<16>(char*, uintptr_t, uint8_t) noexcept;
6template char* uintToStr<10>(char*, uintptr_t, uint8_t) noexcept;
7} // namespace stdplus::detail