|
|
|
@ -61,7 +61,7 @@ inline void hex02(std::uint8_t byte, char buffer[2])
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
template<std::size_t N>
|
|
|
|
|
inline __attribute((always_inline)) void print_exact(const char* ar)
|
|
|
|
|
inline __attribute__((always_inline)) void print_exact(const char* ar)
|
|
|
|
|
{
|
|
|
|
|
fwrite(ar, 1, N, stdout);
|
|
|
|
|
}
|
|
|
|
|