Printfe is an extensible version of the standard
printf routines. By "extensible" I mean you can
add your own format specifiers. The package already
includes five extensions:

=b Binary numbers
=B Boolean (true/false) values
=I IPV4 Internet addresses
=M 6 byte MAC addresses
=Z Output a user defined EOL sequence

As you might guess, extension formats are preceded
by '='. The normal rules for format qualifiers apply
to the extended formats as well. For example:

printfe("***%16=I***",0xFFFFFFFF);

would output:

*** 255.255.255.255***

The code also supports the non-standard flag
(apostrophe) for inserting commas into numeric
output.

There is a printfe version of all the standard printf
functions, using the same arguments and giving the
same return value.

Project Activity

See All Activity >

Follow printfe

printfe Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of printfe!

Additional Project Details

Registered

2014-09-12