| 384 | const char padding_char<BIN>::value = '\x00'; |
| 385 | |
| 386 | uint32_t padding_for(uint32_t length) { |
| 387 | return ((4 - (length % 4)) % 4); |
| 388 | } |
| 389 | |
| 390 | template <uint32_t iden> |
| 391 | void write_padding(std::ostream& fs, uint32_t N) { |
no outgoing calls
no test coverage detected