myperror
extern void myperror(const char *emsg);
myperror("PPPTUN_SPEER");
myperror("Cannot fork");
myperror("Lseek failed");
void myperror(char *text);
myperror(msg); /* display the reason */