Skip to content
Commit 9702a790 authored by Florian Weimer's avatar Florian Weimer
Browse files

stdio: Implement %#m for vfprintf and related functions



%#m prints errno as an error constant if one is available, or
a decimal number as a fallback.  This intends to address the gap
that strerrorname_np does not work well with printf for unknown
error codes due to its NULL return values in those cases.

Reviewed-by: default avatarAdhemerval Zanella <adhemerval.zanella@linaro.org>
parent cd0c333d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment