Luna/libs
apio 49c7900407 Add %m to userspace printf
%m as a format specifier is a nonstandard glibc extension, but I like it so I'm implementing it.
What it does is print the value of strerror(errno), without consuming any arguments to printf().
2022-10-08 18:44:14 +02:00
..
libc Add %m to userspace printf 2022-10-08 18:44:14 +02:00
Makefile Update build system 2022-10-02 17:01:30 +02:00