Skip to content
Snippets Groups Projects
user avatar
Mike Frysinger authored
This brings in support for the %p modifier which allows us to easily print
out things like ip addresses, mac addresses, and pointers.

It also converts the rarely used 'q' length modifier to the common 'L'
modifier when dealing with quad types.

While this new code is a bit larger (~1k .text), most of it should be made
up by converting the existing ip/mac address code to use format modifiers.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
6c6166f5
History
Name Last commit Last update
..