]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Extend bsnprintf() for byte strings
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 29 May 2023 03:25:40 +0000 (05:25 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 14 Jun 2025 16:16:28 +0000 (18:16 +0200)
commitf997be6d84469020f284f1c71fccafe2bf96db2b
tree763acd2367e7330a0ba06b1d8a98f92fbf3a2438
parentf9878ad9f203fbca53b12ef1db4beea5e47ac7d0
Lib: Extend bsnprintf() for byte strings

Add support for %Xb directive to print fixed-length byte strings,
formatted as hexadecimal sequences separated by colon.
lib/printf.c