Skip to content

Support the "%n" specifier #61

@eyalroz

Description

@eyalroz

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 branchtask

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions