#include "io.h" #include #include void perror(char const *string) { fprintf(_stdstream_wrap(stream_error), "%s: %s", string, strerror(errno)); }