William A. Kennington III | cda3c1e | 2022-12-03 16:56:19 -0800 | [diff] [blame] | 1 | #include <stdplus/numeric/str.hpp> |
2 | |||||
3 | namespace stdplus::detail | ||||
4 | { | ||||
5 | template char* uintToStr<16>(char*, uintptr_t, uint8_t) noexcept; | ||||
6 | template char* uintToStr<10>(char*, uintptr_t, uint8_t) noexcept; | ||||
7 | } // namespace stdplus::detail |