#include #include void perror(const char *s) { fprintf(stderr, "%s: %s\n", s, strerror(errno)); }