forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask
Milestone
Description
The C standard library printf()
-family functions support a %n
specifier, which takes a point to an integral type and updates it with the number of characters written so far for the format string. We do not yet support this, and while it's possible to achieve the same effect with fctprintf()
and a nilpotent output function, we should implement actual support for this specifier.
Metadata
Metadata
Assignees
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtask