print_error
#define print_error(str, status) printf(str ", error: %s\n", strerror(status))
print_error(char *number)