#include #include #include #include extern int errno; main(int argc, char ** argv) { errno = atoi(argv[1]); perror("Error"); }