master
Avril 3 years ago
parent 499efe45e8
commit fc8e1a89e7
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -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);
}

Loading…
Cancel
Save