Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 'z' precision prefix to format strings
The 'z' precision prefix is very useful when formatting values of type size_t and it is part of the C99 standard. So add support for this to the function format_str_v(). This function is used for example when formatting log output.
- Loading branch information