1
2
3
4
// huffman

write_bits(0x04, 4, &writer);  // 'h' → 0100
write_bits(0x04, 3, &writer);  // 'u' → 100

© Copyright 2020 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.