my_err
my_err("illegal option -- %c", optopt);
my_err("Too many options provided");
my_err("getpeername: %s", strerror(errno));
my_err("Too many options provided");
my_err("pipe: %s", strerror(errno));
my_err("execv: %s: %s", prog, strerror(errno));
my_err("fork: %s", strerror(errno));
my_err("fdopen: %s", strerror(errno));